zalando-nakadi / nakadi-producer-spring-boot-starter

Nakadi event producer as a Spring boot starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flow ID is not send to Nakadi

goekhanak opened this issue · comments

The flow id which is retrieved from the FlowID component is not sent to Nakadi.
Nakadi's metadata/flow_id field instead has a randomly generated one.

The flowID is persisted in the event_log table, but not put into the metadata object of the created event.

Thanks for the issue.

Related: zalando/nakadi#677 / zalando/nakadi#391 – up until recently, Nakadi just ignored the flow_id field in the submitted events. This was fixed today, but then this library doesn't even send the event.