Thursday, August 20, 2020

Kafka Standalone testing producer and consumer -- Consumer is not receiving data even though we write something ?

 When you are testing kafka producer and consumer with standalone ..


If Consumer is not receiving data even though you write some data means that you did not pressed enter key ...

Until you enter enter key , consumer will not receive the data .

No comments:

Post a Comment

Recent Post

Databricks Delta table merge Example

here's some sample code that demonstrates a merge operation on a Delta table using PySpark:   from pyspark.sql import SparkSession # cre...