Results 34 issues of Milind L

Add admin client create and delete methods. Add example. Add documentation for the MIGRATION.md

This PR attempts to check configuration compatibility in an exhaustive way, and to document all the differences. This is for both Producer and Consumer.

Adds producer errors. Also includes a separate commit for a C++ change, rationale for which is explained below - Rationale: See `LibrdKafkaError.create`. There, we convert the `err` object returned in...

Adds error types and common functions for promised API. They're not used as of now, only added and documented

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...

- currently it fails saying client isn't connected - if we change that it fails with erroneous state There are two things we possibly need to do, make sure that...

bug

1. Update docker image example as in https://github.com/confluentinc/confluent-kafka-javascript/issues/48. 2. Improve documentation, examples, and types around the callbacks we permit to use through configuration as in https://github.com/confluentinc/confluent-kafka-javascript/issues/118 and https://github.com/confluentinc/confluent-kafka-javascript/issues/65 . 3....

documentation

There is a bunch of things we need to do for producers when topics are recreated (topic id changes). Unfortunately we cannot do it all because the Produce RPC doesn't...