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

How to use queries to poll only certain documents into the Kafka Topic? #84

Open
prabaldeshar opened this issue Nov 14, 2022 · 3 comments

Comments

@prabaldeshar
Copy link

Dear @DarioBalinzo ,
I found this while trying to setup our own Database pipeline using Kafka Connectors. Thank you for this!
However, we want to add only certain values into our Kafka topics using some sort of queries. How do I configure this?
Thanks in advance!

@DarioBalinzo
Copy link
Owner

DarioBalinzo commented Nov 19, 2022

Hi @prabaldeshar,
thanks for the interest.

This is not supported yet, it is not possible to filter documents. I will try to implement it during the next months, but consider that my support to this project is only as a volunteer.

As workaround in meantime you can publish to an intermediate topics all documents, and then use KSQL to filter them on the final topic.

Dario

@DarioBalinzo
Copy link
Owner

same as #45

@prabaldeshar
Copy link
Author

Thank you for your response @DarioBalinzo.

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

No branches or pull requests

2 participants