What would you like to happen?
Migration: https://issues.apache.org/jira/browse/HOP-3687
For both the regular Kafka Consumer and the Beam Kafka Consumer transforms it would be great to be able to read non-String messages, for example in Avro format.
For the Beam Kafka Consumer I think it would be cool if you could specify the output format as "Avro Record" (in our example) or Serializable, Binary, with String as a default.
This would allow us to set Kafka consumer option value.deserializer to KafkaAvroDeserializer and get an actual Avro Record as a message.
Issue Priority
Priority: 3
Issue Component
Component: Transforms
What would you like to happen?
Migration: https://issues.apache.org/jira/browse/HOP-3687
For both the regular Kafka Consumer and the Beam Kafka Consumer transforms it would be great to be able to read non-String messages, for example in Avro format.
For the Beam Kafka Consumer I think it would be cool if you could specify the output format as "Avro Record" (in our example) or Serializable, Binary, with String as a default.
This would allow us to set Kafka consumer option value.deserializer to KafkaAvroDeserializer and get an actual Avro Record as a message.
Issue Priority
Priority: 3
Issue Component
Component: Transforms