david-streamlio / pulsar-nifi-bundle

NiFi Processor for Apache Pulsar
Apache License 2.0
16 stars 19 forks source link

Add schema-awareness to Pulsar Publisher Processors. #34

Open david-streamlio opened 2 years ago

david-streamlio commented 2 years ago

Currently, the NiFi processors that publish to Pulsar use the Schema.BYTES schema. They need to make their output match the topics current schema.

tspannhw commented 2 years ago

Need to support Schema.JSON, Schema.AVRO. How to set schemas, send to the topic