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
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
the producer method .
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
The text was updated successfully, but these errors were encountered:
ucanme
changed the title
mayby i find some mistake in batchProducer.
maybe i find some mistakes in batchProducer.
Dec 11, 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.
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
the producer method .
Checklist
Please provide the following information:
LibraryVersion()
): 2.6.1ConfigMap{...}
"debug": ".."
as necessary)The text was updated successfully, but these errors were encountered: