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

Update the MessageParser to rely on QueueReference instead of HeaderNames.MessageType #39

Merged
merged 2 commits into from
Aug 25, 2021

Conversation

nicogiard
Copy link

In many cases, we can't just rely on a Header in the Message to know how to Deserialize our POCO.

In this implementation, i use the IQueueReferenceFactory to get the C# Type associated with a certain Topic.

I'm sure it's a little bit rough, but it works well in my cas where my other microservices are in Java.

@mizrael mizrael merged commit ac0b151 into mizrael:develop Aug 25, 2021
@nicogiard nicogiard deleted the kafka-messageparser branch August 28, 2021 16:05
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