Confluent Kafka ProduceAsync Method takes 1 min when connecting to Eventhub to get a response #4068
Unanswered
ksdvishnukumarcse
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @edenhill and Team,
Am using the Confluent Kafka Package with version 1.8.2 to connect to Eventhub.
I have a producer with the below configuration
The below is the application logs
Log Message1
Log Message2
Log Message3
Log Message2 and Log Message3 message are getting logged immediately before and after calling the await ProduceAsync Method. And i could see that its having 1 min delay. (Not really sure why :( )
And i have verified the RTT by enabling the protocol between the above specified time. Its not exceeding 9 ms.
I understand that between Log Message2 and Log Message3 the below messages are getting generated internally from Kafka Library
I see that from the Kafka logs, for some reasons messages are getting batched and taking more time (1 Minute) to get the response back from ProduceAsync method. But this is not happening often.
Below are logs for reference
Any help much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions