kafkajs
API differences: on
, events
, Partitioners
#241
Labels
documentation
Improvements or additions to documentation
Following MIGRATION.md, I notice at least these differences from the
kafkajs
API which are not documented there. Feel free to close if you are not planning to implement a fully compatible API.producer.on
is absent (to register for producer events)producer.events
is absent (I'm usingproducer.events.CONNECT
,producer.events.DISCONNECT
,producer.events.REQUEST_TIMEOUT
)Partitioners
export is absent (I'm usingPartitioners.DefaultPartitioner
)The text was updated successfully, but these errors were encountered: