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
Need to document that the SimpleClient/SimpleConsumer/SimpleProducer are all gone and that if you need them, use an older version.
Also need to document that KafkaClient now refers to the new async client, not the old deprecated one.
Honestly, the changelog is probably the only place that really needs it... maybe at the bottom of the readme and the top of the KafkaClient docs could mention the change as well for folks confused on why KafkaClient behavior suddenly changed.
The text was updated successfully, but these errors were encountered:
This is a followup for #1196.
Need to document that the
SimpleClient
/SimpleConsumer
/SimpleProducer
are all gone and that if you need them, use an older version.Also need to document that
KafkaClient
now refers to the new async client, not the old deprecated one.Honestly, the changelog is probably the only place that really needs it... maybe at the bottom of the readme and the top of the
KafkaClient
docs could mention the change as well for folks confused on whyKafkaClient
behavior suddenly changed.The text was updated successfully, but these errors were encountered: