-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Atlas Streams
-
Fully Compatible
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
We still see quite a few prod Kafka error messages that don't have enough information. They usually look like below.
- $emit to Kafka topic encountered error while connecting: Local: Broker transport failure (-195) and
- KafkaConsumerOperator failed to get committed offsets: Local: Timed out (-185)
We should investigate these error messages and find out how to include more error information in the error response to customers.
Some of these are likely caused by auth issues, Ryan was able to hit this when he set SASL_PLAINTEXT instead of SASL_SSL. In this ticket, let's focus on this auth scenario and get that working with a good error message.
In April 2025:
- Could not connect to the Kafka topic: Local: Broker transport failure (-195), [VPC Peering: false] processStreamProcessor 419 false 6675d26c7c88b838d5c71dfe 67a4c549a0d7753e3b467fb5 67de8877620fc93a8b504f56
- 08:24:48.536 Could not connect to the Kafka topic: Local: Broker transport failure (-195), [VPC Peering: false] startStreamProcessor 419 false 678db0919f33bf06ef82a24b 67c66113858bd30f92627b51 67e116688547f7e9fe844973
- Could not connect to the Kafka topic: Local: Broker transport failure (-195), [VPC Peering: false] processStreamProcessor 419 false 6675d26c7c88b838d5c71dfe 67a4c549a0d7753e3b467fb5 67de8877620fc93a8b504f56
Other examples:
2025-03-16 17:08:39.728 | KafkaConsumerOperator failed to get committed offsets: Local: Timed out (-185) | processStreamProcessor | 419 | false | 66ea7bbc3895ee30fbe765b0 | 67d062c0bf263a1be3586054 | 67d705767f507ad321523363 | 1 |
2025-03-16 17:09:09.065 | KafkaConsumerOperator failed to get committed offsets: Local: Timed out (-185) | processStreamProcessor | 419 | false | 66ea7bbc3895ee30fbe765b0 | 67d062c0bf263a1be3586054 | 67d70593e33bbdf533c50602 | 1 |
- is related to
-
SERVER-101138 duplicate
-
- Closed
-
-
SERVER-101853 duplicate
-
- Closed
-