You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have set the url in kafka option .
var Procoption = new KafkaOptions(new Uri(http://xx.x.xx.xx:9092)); and got the multiple brokers,
for each brokers create multiple connection when send multiple data.
if i send
message = 3 , it returns broker = 3
I got no of Connection = 3*3= 9
The text was updated successfully, but these errors were encountered:
Hi,
I have set the url in kafka option .
var Procoption = new KafkaOptions(new Uri(http://xx.x.xx.xx:9092)); and got the multiple brokers,
for each brokers create multiple connection when send multiple data.
if i send
message = 3 , it returns broker = 3
I got no of Connection = 3*3= 9
The text was updated successfully, but these errors were encountered: