-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Atlas Streams
Issue 1: Network error while querying kafka metadata
A user started a stream processor and ran into:
Could not connect to the Kafka topic: Local: Broker transport failure (-195) |
A few minutes later they retried and the processor was able to successfully connect.
We should add retry logic in our code that calls RdKafka::metadata API.
Issue 2: Network error while querying kafka committed offsets
Failed to start stream processor: KafkaConsumerOperator failed to get committed offsets: Local: Timed out (-185)
We should use a longer timeout or add retry logic on our side.
- mentioned in
-
Page Loading...