-
Notifications
You must be signed in to change notification settings - Fork 86
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
Write to multiple delta tables from a single topic #161
Comments
We're interested in this as well at our company. |
One way to keep it less hacky is to add the ability to filter messages after the transformation. This would still require you to run two processes, but it wouldn't require multiple topics. |
I have this working on a private fork. trying to figure out how to share this. |
Hi There! Has anyone had any luck implementing this approach, or encountered any blockers with this solution? I am interested in any implementation. |
Referencing the design doc, I understand that if I want to write to multiple tables, I would need multiple processes and topics. This means I would need to manage the state of multiple topics & process.
However, since our company is relatively small, I think a single process would be sufficient for my needs.
So I would like to inquire about what the best practices are for this part? I think I could fork this repository and make some modifications, for example using a field in the topic as routing to write to different tables. But that feels a bit hack. I'm hoping for an approach more aligned with the current architecture. I'm happy to contribute back to the community if needed.
The text was updated successfully, but these errors were encountered: