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

Using a source topic to create the body request and receive the response #26

Open
matthew-grant opened this issue Jun 2, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@matthew-grant
Copy link

Hello, I am looking to:

  1. Use my "source" topic to feed a json payload into the body of the HTTP request.

  2. Receive and store the response in an output topic. (input = request, output = response)

I believe the confluent http connector does this, but it is a paid plugin unfortunately.

I dont see a way on the document on how to use a topic.value as a body, any suggestions here??

Thank you,

Matt G.

@castorm
Copy link
Owner

castorm commented Jun 2, 2020

Hi Matthew, thanks for reporting this.

This project only provides a SourceConnector at the moment, what you are after would be a SinkConnector.

Such feature is in our roadmap, but I don't think we can make any promises regarding when or even if that will ever happen. (We'd love to be able to provide this feature, we just have to find the time for it).

I think there are already some building blocks in this projects to help implementing such a SinkConnector, so it'd be much appreciated if you considered contributing it.

Thanks,
Best regards.

@castorm castorm added enhancement New feature or request help wanted Extra attention is needed and removed prioritization labels Jun 2, 2020
@castorm castorm added this to the v2.0 milestone Jun 2, 2020
@castorm castorm removed their assignment Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants