Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return Avro objects if implemented instead of String to make producers working with Schema Registry #34

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

Frawless
Copy link
Member

Description

Current implementation returns only String which cannot work with Schema Registry. This PR returns Object that allows producers to make it working with Avro.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

…s working with Schema Registry

Signed-off-by: Jakub Stejskal <[email protected]>
@Frawless Frawless merged commit 9677a0d into main Sep 12, 2024
3 checks passed
@Frawless Frawless deleted the return-avro branch September 12, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants