-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
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
)
milindl, theo-bulfon-wmx, santicalcagno and cortopyJamesgt
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation