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/05/06 05:31:22 UTC

[GitHub] [pulsar] phemmer removed a comment on issue #6768: Server exception when using enum in schema

phemmer removed a comment on issue #6768:
URL: https://github.com/apache/pulsar/issues/6768#issuecomment-624383837


   After trying to use schemas again for a different task, this time using Avro data instead of JSON, I can confirm schemas are just as broken there. After going through all the Avro data types, here's the list of what pulsar supports:
   
   - [x] null
   - [ ] boolean
   - [x] int
   - [x] long
   - [x] float
   - [x] double
   - [x] bytes
   - [x] string
   - [ ] record
   - [ ] enum
   - [x] array
   - [ ] map
   - [ ] fixed
   - [x] union
   
   Or at least pulsar will allow creation of a topic with these data types. I didn't actually test sending data.


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