- Update dependencies
- Show the raw response in case of JSON errors from th registry
- Pass per-topic config (used when created a topic) as a dedicated variable, not as part of the Client configs
- Fixed API's config params
prepare_producer() uses two API's:
- KafkaAdminClient -> creates topics
- KafkaProducer -> sends events to kafka topic Both the above API's config parameters are not equivalent, due to this it was not possible to set parameters which are API specific and raises (Unrecognized configs) error. This change makes sure correct configs are passed to the respective API's.
- Added Python 3.10 to test suite
- Propagate extra arguments to the Kafka library (e.g. for authentication)
- Fixed package name
- Dummy release to test gh-actions to pypi
- Initial Release -- you probably should not use this at this point.