DevOps | Cloud | Analytics | Open Source | Programming





How To Fix - Message Out Of Order Issue in Kafka Broker ?

In this post , we will see How To Fix - Message Out Of Order Issue in Kafka Broker . During Kafka runtime , sometimes due to network failure or any other reasons , the sync between Producer and Kafka broker gets broken . Thereby impacting the confusion whether the last messages were delivered (and replicated) or not.

How To Fix - Multiple Broker Start Error in Kafka ?

In this post , we will see - How To Fix - Multiple Broker Start Error in Kafka. You might face issue while trying to start multiple Broker in a Kafka cluster.

How To Fix - "No Module Named Pkg_Resources" Error in Django\Python ?

In this post, we will explore How To Fix - "No Module Named Pkg_Resources" Error in Django\Python. Error Log -

How To Fix - Error: No Toolchains Found in the NDK Toolchains Folder in Android ?

In this post, we will see How To Fix - "Error: No toolchains found in the NDK toolchains folder" in Android. You might face this error while compiling your Android\Flutter Project. The error might appear in various facets based on your installation, version used and platform. This is mostly a dependency failure.

How To Fix - "Not all brokers have rack information" Error in Kafka ?

In this post , we will see - How To Fix - "Not all brokers have rack information" Error in Kafka ? Sometimes while trying to create a Kafka topic , we encounter the below error -

How To Build\Create a Docker Image Using Different Options ?

In this post, we will see How To Build\Create a Docker Image Using Different Options. Note the below points about Docker images before we start -

How To Deploy a Docker Container on Azure Cloud ?

In this post, we will explore How To Deploy a Docker Container on Azure Cloud ? With the help of Docker Azure Integration, we can use native Docker commands to run applications within ACI(Azure Container Instances) for building cloud-native applications. We can use Azure Container Instances to -

How to Override - Kafka Topic configurations in MongoDB Connector?

This post is about How to Override - Kafka Topic configurations in MongoDB Connector. Try the below -

How to Process, Handle or Produce Kafka Messages in PySpark ?

In this post, we will see How to Process, Handle or Produce Kafka Messages in PySpark. We will see the below scenarios in this regard -

How To Read(Load) Data from Local, HDFS & Amazon S3 in Spark ?

This post explains - How To Read(Load) Data from Local , HDFS & Amazon S3 Files in Spark . Apache Spark can connect to different sources to read data. We will explore the three common source filesystems namely - Local Files, HDFS & Amazon S3.  

How To Read Kafka JSON Data in Spark Structured Streaming

This Post explains How To Read Kafka JSON Data in Spark Structured Streaming . Spark Kafka Data Source has below underlying schema:

How To Read Various File Formats in PySpark (Json, Parquet, ORC, Avro) ?

This post explains Sample Code - How To Read Various File Formats in PySpark (Json, Parquet, ORC, Avro). We will consider the below file formats -

  • JSON
  • Parquet
  • ORC
  • Avro
  • CSV

How To Remove all Python packages installed by pip?

This post explains - How To Remove all Python packages installed by pip. To do that lets try the below  

How To Run Jupyter NoteBook Online or in Cloud for Free ?

How To Run Jupyter NoteBook Online or in Cloud for Free ? Some of the Options - Google Colab Kaggle Kernels DeepNote Datalore Binder  

How To Select Between - PyTorch , Keras or Tensorflow?

This post explains How To Select Between PyTorch , Keras or Tensorflow. We will see each of these and come at a Non-Politically Correct decision.