abernicchia-heroku / kafka-connect-s3-sink-on-heroku

proof-of-concept of Kafka Connect with S3 sink running on Heroku
0 stars 0 forks source link

AdminClient #4

Open abernicchia-heroku opened 1 month ago

abernicchia-heroku commented 1 month ago

every 5mins this is logged: [app/web.2] [2024-09-03 15:07:54,011] INFO [AdminClient clientId=connect-id--shared-admin] Node 2 disconnected. (org.apache.kafka.clients.NetworkClient)

see https://issues.apache.org/jira/browse/KAFKA-16057

reference: https://docs.confluent.io/platform/current/installation/configuration/admin-configs.html#connections-max-idle-ms

try adding connections.max.idle.ms (CONNECT_CONNECTIONS_MAX_IDLE_MS=540000) to the Kafka Connect configuration and see if it works

abernicchia-heroku commented 1 month ago

even with the CONNECT_CONNECTIONS_MAX_IDLE_MS=540000 it keeps logging the same message