usedatabrew / blink

OpenSource data platform to build event-driven systems. It's like Deebezium for golang :)
https://docs.databrew.tech/open-source/prerequisites
MIT License
26 stars 1 forks source link

Show event type in message #32

Open johnwilson opened 2 months ago

johnwilson commented 2 months ago

Hi! Is there a way to return the event type in the messages? With relation to MySQL, I can't seem to find where to configure the inclusion of the event type (INSERT, UPDATE, DELETE).

Thanks for making such a great tool available.

le-vlad commented 1 month ago

hey @johnwilson That's a great question. I'll see what we can do. Basically, we do track these events under the hood. But I need to check the state of it at the moment.