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
0
votes