·
3 commits
to refs/heads/main
since this release
Summary
This update improves the Kafka utility to work seamlessly with both AWS Glue Schema Registry and Confluent Schema Registry when processing Protocol Buffer messages. You can now confidently process Kafka messages regardless of which schema registry you're using, without worrying about compatibility issues or message format differences. The enhancement automatically detects the schema registry type and applies the appropriate deserialization logic, making the utility more reliable and flexible for all use cases.
Changes
- chore(ci): bump version to 2.1.1 (#1910) by @github-actions[bot]
- fix(kafka): Handle message indices in proto data also for Glue Schema Registry (#1907) by @phipag and @karthikpswamy
- chore(ci): bump version to 2.1.0 (#1904) by @github-actions[bot]
This release was made possible by the following contributors:
@github-actions[bot], @phipag, @karthikpswamy, and github-actions[bot]