Click here to Skip to main content
15,889,034 members
Articles / Programming Languages / C#

Kafka Produce Not Throwing Exception when Unable to Connect to kafka Cluster in C#

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
24 Apr 2020CPOL 12.7K   1  
A quick tip on dealing with failures and errors with Kafta
Kafka's standard error handling policy does not displaying errors while processing your messages. In this tip, you will see a step by step method of how to deal with failures and errors in Kafka.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect AgileWare
Brazil Brazil
15 years of software development

Comments and Discussions