http-connector-for-apache-kafka
http-connector-for-apache-kafka copied to clipboard
key of event in the HTTP request
Hello I would like to propagate the kafka event key in the HTTP request , is there any way ? Thanks
Hi Unfortunately, no, it's currently not implemented.
@raphaelauv maybe a combination of transforms may get you there -- though not sure the default ones are enough thou.
e.g. you may use ExtractField + Cast to get your key in shape to be inserted in to the field. To add key into the value is not supported by InsertField IIUC (maybe an improvement to add on the default transforms? or a new transform to propose here?)