Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem caused by the consumer configuring an uncreated topic #1371

Open
5 of 7 tasks
showcode001 opened this issue Dec 25, 2024 · 0 comments
Open
5 of 7 tasks

Problem caused by the consumer configuring an uncreated topic #1371

showcode001 opened this issue Dec 25, 2024 · 0 comments

Comments

@showcode001
Copy link

showcode001 commented Dec 25, 2024

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:

  • confluent-kafka-go and librdkafka version (LibraryVersion()):
  • Apache Kafka broker version:
  • Client configuration: ConfigMap{...}
  • Operating system:
  • Provide client logs (with "debug": ".." as necessary)
  • Provide broker log excerpts
  • Critical issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant