swift-server / swift-kafka-client

Apache License 2.0
83 stars 23 forks source link

KafkaAcknowledgedMessage lacks headers #144

Closed blindspotbounty closed 1 week ago

blindspotbounty commented 1 year ago

We use kafka headers to store technical information about message. However, it was surprising that there are no headers in KafkaAcknowledgedMessage.

Could you advise whether there are plans to add it at some point, please?

FranzBusch commented 1 year ago

I think we can easily add this. We just need to parse the headers out of the underlying rd message pointer. Feel free to open a PR.