tchiotludo / akhq

Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
https://akhq.io/
Apache License 2.0
3.42k stars 660 forks source link

[v 0.25] Produce to topic - select 'value schema' issue #1846

Closed haraldott closed 5 months ago

haraldott commented 5 months ago

When selecting a topic and then trying to produce to it, I can only see and select schemas that have the suffix -value in the dropdown menu from value schema. With the same setup, I was able to select from all available schemas when producing to a topic in the GUI in 0.24. Yes, I have adapted the new group/roles layout from 0.24->0.25 - everything else works just fine. I am also able to see all schemas in the Schema Registry overview, with 0.24 and with 0.25.

Screenshot 2024-06-26 at 16 55 03

AlexisSouquiere commented 5 months ago

Duplicate of #1795

haraldott commented 5 months ago

@AlexisSouquiere are you sure this is the same problem? I've already seen issue 1795, but the problem described there is different.