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

maybe i find some mistakes in batchProducer. #1358

Open
7 tasks
ucanme opened this issue Dec 11, 2024 · 1 comment
Open
7 tasks

maybe i find some mistakes in batchProducer. #1358

ucanme opened this issue Dec 11, 2024 · 1 comment

Comments

@ucanme
Copy link

ucanme commented Dec 11, 2024

Description

dear maintainer, I have reviewed the source code. the Producer's Produce method have no relation with produce channel, but in the code of ProdcuerChannel method is deprecated and recommend me to use Producer method, is this a mistake?

How to reproduce

image

the producer method .
image

Checklist

Please provide the following information:

  • confluent-kafka-go and librdkafka version (LibraryVersion()): 2.6.1
  • Apache Kafka broker version: 0.11.0.2
  • Client configuration: ConfigMap{...}
  • Operating system:
  • Provide client logs (with "debug": ".." as necessary)
  • Provide broker log excerpts
  • Critical issue
@ucanme ucanme changed the title mayby i find some mistake in batchProducer. maybe i find some mistakes in batchProducer. Dec 11, 2024
@milindl
Copy link
Contributor

milindl commented Dec 16, 2024

Hey @ucanme , I didn't quite understand the question. The produce channel is deprecated, (sending messages to producer through a channel), but there is still a channel to receive clients events and delivery reports that the produce method uses.

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

2 participants