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: support ability to use json message for http sink #16

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

bsushmith
Copy link
Collaborator

Currently, http sink supports only having proto messages in kafka topic. These changes also support having a topic with only json messages when using a http sink.

Reasoning behind the changes in the PR:
Firehose currently tightly couples the source message format and the output sink format. As part of our analysis to add support for the use case of being able to read json message from kafka and send to http sink, we realized that adding the InputSchemType to Message object would be a simpler way to solve this, without having to change the existing code too much and at the same time without muddling it up.

@bsushmith bsushmith changed the title support ability to use json message for http sink feat: support ability to use json message for http sink Aug 3, 2023
@bsushmith bsushmith marked this pull request as draft August 4, 2023 08:24
@sumitaich1998
Copy link

@bsushmith we have included support for JSON message type in httpV2

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.

3 participants