You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently Confluent Schema Registry cannot run with KoP because KoP doesn't support CreateTopics and DescribeConfigs requests. Also, it causes that Kafka's AdminClient doesn't work currently.
P.S. since KoP is based on Kafka 2.0.0, the related Confluent Schema Registry version is 5.0.0.
Is your feature request related to a problem? Please describe.
Currently Confluent Schema Registry cannot run with KoP because KoP doesn't support
CreateTopicsandDescribeConfigsrequests. Also, it causes that Kafka'sAdminClientdoesn't work currently.P.S. since KoP is based on Kafka 2.0.0, the related Confluent Schema Registry version is 5.0.0.
Describe the solution you'd like
The DeleteTopics request is not related to this issue. So we'll do the task later.