KevinMengSF commented on issue #1610: URL: https://github.com/apache/camel-kafka-connector/issues/1610#issuecomment-2076571984
@oscerd There is another issue regarding **camel-https-kafka-connector**, we know the connector forwards the message (record) value to the HTTP API. Not sure we can add parameters to have the connector construct a unique HTTP API URL like containing the **Kafka record key** , **topic name** and others value that refer to fields from the Kafka record. For example, we enter http://test:9200/api/messages/${topic}/${key} ?id={id} to have the HTTP API URL contain the topic name, record key and id like "http://test:9200/api/messages/test_topic/key_value?id=3c0aa2b2-ffb8-4855-863e-6edcc8985f67" If currently we do not support that, whether have plan to implement it? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
