Hi All,
This could be a silly question, Apologies for that.
How do i serialize the headers sent from PublishKafka_2_6 processor ?
Currently, the processor i am using is sending headers along with the payload as a string
ID:N1,GRANTED-ID:[root,UI1] {
...
<Payload>
...
}
we have other applications communicating with Kafka , which sends out headers along with payload as
GRANTED-ID: ��♣sr‼java.util.ArrayListx��↔��a�♥☺I♦sizexp☻w♦☻t♦roott♦UI1x
ID: ��♣t♣N1{
...
<payload>
...
}
Is it possible for NiFi also to send across as the above format?