I have been trying to get a simple flow going that reads from a DB table and writes to a local Kafka instance.
I was able to get it to work with a GenerateFlowFile processor, but whenever I try to write real data, it is failing. Here is a link to a template that shows what I'm doing. I'd greatly appreciate a tip if you have one. https://gist.github.com/deinspanjer/5936402bb1ab2eea48fba166791fc26b -Daniel