talbspx

Results 6 comments of talbspx

can someone confirm this is resolved ? PR was merged but the issue is open. this issue still reproduces for me, can someone shed some more light ?

👍 experiencing similar behaviour with kafka : 0.10.2.1 go : 1.13 sarma : 1.24.1 SyncProducer

update: this comes from kafka - `connections.max.idle.ms` broker config that defaults to 10 minutes. kafka removes idle connections for producers that longer than `connections.max.idle.ms`. two possible ways to overcome this...

thanks for the quick reply 👍 so i have seen this configuration and set it to 5min (kafka broker remains on 10min for idle connection) on local single kafka broker...

@dnwe yeah np :) will try to have it later on today.

@d1egoaz @dnwe to me it seems like the is an issue with the way that the channel keys are handled in the kafka broker on v0.10.x . (code looks a...