What does this error indicate? The logic of my application is that I have 2 producer and one consumer running in parallel with eachother, is that what may be causing this issue? This is the first time I have seen this error:
22:03:32.012 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.common.network.Selector - [Producer clientId=producer-1] Failed authentication with example.kafka.us-east-1.amazonaws.com/10.1.1.132 ([446c81dc-9ab3-4d4b-b174-4ecd9baa406c]: Too many connects)
22:03:32.046 [kafka-producer-network-thread | producer-1] ERROR org.apache.kafka.clients.NetworkClient - [Producer clientId=producer-1] Connection to node -1 (example.kafka.us-east-1.amazonaws.com/10.1.1.132:9098) failed authentication due to: [446c81dc-9ab3-4d4b-b174-4ecd9baa406c]: Too many connects
What does this error indicate? The logic of my application is that I have 2 producer and one consumer running in parallel with eachother, is that what may be causing this issue? This is the first time I have seen this error:
22:03:32.012 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.common.network.Selector - [Producer clientId=producer-1] Failed authentication with example.kafka.us-east-1.amazonaws.com/10.1.1.132 ([446c81dc-9ab3-4d4b-b174-4ecd9baa406c]: Too many connects)
22:03:32.046 [kafka-producer-network-thread | producer-1] ERROR org.apache.kafka.clients.NetworkClient - [Producer clientId=producer-1] Connection to node -1 (example.kafka.us-east-1.amazonaws.com/10.1.1.132:9098) failed authentication due to: [446c81dc-9ab3-4d4b-b174-4ecd9baa406c]: Too many connects