You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
Is possible to send kafka headers from feeder in this plugin?
Need something like this: .exec(kafka("my-topic").send[String,String]("{ \"kafka\": \"message\"", session => session("headers")))
Hi.
Is possible to send kafka headers from feeder in this plugin?
Need something like this:
.exec(kafka("my-topic").send[String,String]("{ \"kafka\": \"message\"", session => session("headers")))