You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/12/18 14:19:03 UTC

[GitHub] [pulsar] eolivelli opened a new issue #9004: Pulsar Schema API: provide Type information for Fields

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:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on issue #9004: Pulsar Schema API: provide Type information for Fields

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #9004:
URL: https://github.com/apache/pulsar/issues/9004#issuecomment-1058894593


   The issue had no activity for 30 days, mark with Stale label.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on issue #9004: Pulsar Schema API: provide Type information for Fields

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #9004:
URL: https://github.com/apache/pulsar/issues/9004#issuecomment-750311845


   The requirement of this issue is want to get the schema of a message?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on issue #9004: Pulsar Schema API: provide Type information for Fields

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #9004:
URL: https://github.com/apache/pulsar/issues/9004#issuecomment-767472768


   I am working on an implementation for this feature
   please @sijie assign the issue to me


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] hpvd commented on issue #9004: Pulsar Schema API: provide Type information for Fields

Posted by GitBox <gi...@apache.org>.
hpvd commented on issue #9004:
URL: https://github.com/apache/pulsar/issues/9004#issuecomment-748177377


   +1


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] yuvalgut commented on issue #9004: Pulsar Schema API: provide Type information for Fields

Posted by GitBox <gi...@apache.org>.
yuvalgut commented on issue #9004:
URL: https://github.com/apache/pulsar/issues/9004#issuecomment-763733163


   would be really nice, that will let us right transformations from pulsar schema to kafka schema so we can reuse kafka connect sinks and so on


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] eolivelli commented on issue #9004: Pulsar Schema API: provide Type information for Fields

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #9004:
URL: https://github.com/apache/pulsar/issues/9004#issuecomment-750314071


   We already have the Schema, but we only have the fieldnames and "index", without "type" information


----------------------------------------------------------------
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:
users@infra.apache.org