factorhouse / kpow

Kpow for Apache Kafka
https://factorhouse.io/kpow
Other
37 stars 5 forks source link

Headers are not persisted on duplication/copy #21

Closed kanissh closed 8 months ago

kanissh commented 10 months ago

Version of Kpow Kpow-ce latest image from docker hub

Describe the bug After a record is produced and it is copied or duplicated to be produced again, the newly duplicated record looses all the headers that were added in the first place (only key and value are available in the duplicated record).

To Reproduce Steps to reproduce the behavior:

  1. Produce a record with headers.
  2. Duplicate/copy the record to produce again.
  3. See headers are not available in the duplicated record.

Expected behavior When a produced record with headers is duplicated, it is expected to see the headers added in the produced record to be available in the newly duplicated record.

Environment (please complete the following information):

d-t-w commented 10 months ago

Thanks @kanissh for your clear description and error report.

We can reproduce this bug and will fix it in the next release.

I will update this ticket when the release/fix is available.

d-t-w commented 8 months ago

This issue is fixed in kpow v92.3, which is available now in Dockerhub.

Thanks for the report.