You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the consumer configures a non-existent topic to start, after the topic is later created, the consumer takes 5 minutes to find out, what is the reason.
Description
When the consumer configures a non-existent topic to start, after the topic is later created, the consumer takes 5 minutes to find out, what is the reason.
=========================
confluent-kafka-go: V1.9.2
Apache Kafka broker version: 3.9.0
ConfigMap: c, err := kafka.NewConsumer(&kafka.ConfigMap{
"bootstrap.servers": "localhost:9092",
"group.id": "myGroup2",
"auto.offset.reset": "earliest",
"metadata.max.age.ms": 10000,
"session.timeout.ms": 10000,
"heartbeat.interval.ms": 3000,
})
Operating system: MACOS 14.5
How to reproduce
Checklist
Please provide the following information:
LibraryVersion()
):ConfigMap{...}
"debug": ".."
as necessary)The text was updated successfully, but these errors were encountered: