Closed fhussonnois closed 8 months ago
Headers should be deserialized as STRING.
Currently, headers are returned as a string representation of the contents of a byte array.
No response
id: kafka-consumer namespace: dev tasks: - id: consumer type: io.kestra.plugin.kafka.Consume topicPattern: kestra-.* properties: bootstrap.servers: localhost:9092 group.id: kestra metadata.max.age.ms: 1000 maxRecords: 10 maxDuration: PT10S keyDeserializer: STRING valueDeserializer: STRING
Expected Behavior
Headers should be deserialized as STRING.
Actual Behaviour
Currently, headers are returned as a string representation of the contents of a byte array.
Steps To Reproduce
No response
Environment Information
Example flow