We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
All of the examples for db sinks are like:
INSERT INTO accounts (username,city) VALUES (:#username,:#city)
where the username and city are key names in the json message from the kafka.
Is it possible to insert the kafka key or a kafka header (which is also json)?