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: provisioning flow to figure out message payload encoding #11

Merged
merged 5 commits into from
Jan 31, 2024

Conversation

jachro
Copy link
Contributor

@jachro jachro commented Jan 30, 2024

This change makes the Provisioning flow try some simplistic approach to determine if the message's payload is binary or JSON encoded and use the appropriate decoding strategy.

@jachro jachro merged commit c670d9a into development Jan 31, 2024
2 checks passed
@jachro jachro deleted the json-message-from-redis branch January 31, 2024 18:14

final case class MessageId(value: String) extends AnyVal

sealed trait Encoding extends Product:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now we can use enums 💪🏼 😄

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