lensesio / kafka-topics-ui

Web Tool for Kafka Topics |
https://lenses.io
877 stars 148 forks source link

Preceding a topic name with an underscore will ignore an existing AVRO schema #100

Closed erikvullings closed 5 years ago

erikvullings commented 6 years ago

By preceding my topic with an underscore, e.g. _configuration, the AVRO _configuration-key, and _configuration-value schemas were ignored, and my topic was displayed as binary. After renaming it to configuration (and subsequent schema files, configuration-key and configuration-value), the AVRO messages were displayed correctly.

andmarios commented 6 years ago

Hi @erikvullings . I have trouble replicating your issue as you can see below: screenshot_20180209_222411

Could it be that you push some messages to your topic that confuse REST Proxy? I don't think this issue is on us.