confluentinc / confluent-kafka-javascript

Confluent's Apache Kafka JavaScript client
https://www.npmjs.com/package/@confluentinc/kafka-javascript
MIT License
50 stars 5 forks source link

Add topic configuration and fix config types #2

Closed milindl closed 2 months ago

milindl commented 10 months ago

Change of note: RdKafka client expects a topic config separate from the global config. Change config functions to accomodate that.

Also format the things as per the .editorconfig

But I think we should set up prettier, it's like go fmt, set and forget.