eolivelli opened a new issue #9004: URL: https://github.com/apache/pulsar/issues/9004
Currently the "Field" API reports only the field name and a field index. Kafka Connects reports the data type as well. This is very useful for code that processes inbound events with general purpose code **Describe the solution you'd like** I would like to add a new property "type" (SchemaType.Type type) that reports the current type. **Additional context** Kafka Connect has this feature, also it looks like there is no good support for INT8, INT16, and "Map" data type. All of these types are supported in AVRO and we should be able to use them ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
