Open
Description
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
)