Skip to content

v2.1.0: Add support for OIDC/OAUTHBEARER Authentication

Compare
Choose a tag to compare
@cnweaver cnweaver released this 16 Mar 13:18
· 41 commits to master since this release
8dcbe7b

This release includes #53 by @lpsinger which enables the new(ly enhanced) OIDC authentication mechanism supported by the latest (version 3.1.0) Apache Kafka release. When not using this new feature this release remains compatible with older Kafka versions.

Also included is a bug-fix to avoid crashing when attempting to read a topic with multiple partitions 'to its end' while new messages are being actively published.