-
Notifications
You must be signed in to change notification settings - Fork 17
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
Kakfa Producer as Data sink #324
Comments
Hi @iamaccosta, we are happy you like the Databridge. A Kafka producer isn't on our roadmap right now. But if you like, you can implement this functionality yourself. A good starting point for this is the kafka consumer and the mqtt producer as a blueprint to how producers are implemented. |
Sorry to bother... I tried to implement it by myself. I added the required files following other components that already support bidirectional communication and used similar config parameters as Kafka Consumer. I took consideration the abstract classes and got the Build Success. When testing, I provided all the configuration parameters as I defined and I got the following error:
Does anyone know how to resolve this error? |
Hi @iamaccosta, Would you be willing to contribute your implementation of the Kafka producer? If so, please create a pull request so we can take a look at your code and try to help you find the possible cause of the error you are experiencing. |
Done. PR submitted. |
Thank you for creating the PR. We will have a look at this (probably next week) and come back to you. PS: please sign the Eclipse contributor agreement. If you don't already have an eclipse account, you will need to create one. You can also link the account to your GitHub account. Please make sure that the email that you used to sign your commits is the same mail that you use for your eclipse account. |
Hi Team,
Thank you for the excellent work on Databridge!
I wanted to ask if it's possible to publish data to a Kafka topic using the Databridge component. The examples provided only showcase Kafka as a source through
kafkaconsumer.json
.If this functionality isn't currently available, do you have any plans to introduce it in the future?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: