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

feat: event header to be encoded as single key in JSON #23

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

jachro
Copy link
Contributor

@jachro jachro commented Feb 20, 2024

This PR changes the way event Header properties are encoded in the Redis Message. Instead of putting each Header's property as a single key-value pair, it Avro JSON encodes the schema Header object and puts it against a single header entry in the Redis message.

@jachro jachro merged commit a0473f8 into development Feb 20, 2024
2 checks passed
@jachro jachro deleted the headers-in-redis branch February 20, 2024 16:31
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