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 using producer.events.CONNECT, producer.events.DISCONNECT, producer.events.REQUEST_TIMEOUT)
Partitioners export is absent (I'm using Partitioners.DefaultPartitioner)
Following MIGRATION.md, I notice at least these differences from the
kafkajsAPI which are not documented there. Feel free to close if you are not planning to implement a fully compatible API.producer.onis absent (to register for producer events)producer.eventsis absent (I'm usingproducer.events.CONNECT,producer.events.DISCONNECT,producer.events.REQUEST_TIMEOUT)Partitionersexport is absent (I'm usingPartitioners.DefaultPartitioner)