0
votes

I need to configure the spring-cloud-stream Kafka socket alive because of losing the connection to the Azure EventHub. Based on the recommendation page https://github.com/Azure/azure-event-hubs-for-kafka/blob/master/CONFIGURATION.md
I need to set the socket.keepalive.enable to true but I can't find the configuration to set in spring-cloud-stream

1

1 Answers

0
votes

That is a librdKafka configuration option (for C/C++); it has nothing to do with the Java clients.