Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serde Issue with Custom Schema Registry Naming #4173

Closed
Haarolean opened this issue Aug 30, 2023 Discussed in #4109 · 0 comments · Fixed by #4116
Closed

Serde Issue with Custom Schema Registry Naming #4173

Haarolean opened this issue Aug 30, 2023 Discussed in #4109 · 0 comments · Fixed by #4116
Assignees
Labels
scope/backend status/accepted An issue which has passed triage and has been accepted status/confirmed A bug which actuality is confirmed type/bug Something isn't working
Milestone

Comments

@Haarolean
Copy link
Contributor

Discussed in #4109

Originally posted by PabloLec August 11, 2023
Hello,

I have a problem with Serde, most likely related to the names of my Schema Registry.
My schema registry is well configured in the Kafka UI, it shows up correctly on the left side bar, and it's also visible under "Value Serde" on the topic screen.

However, it doesn't seem to be working; I get a tooltip saying "Fallback serde was used", but there's no error in the console.

Unfortunately, my topics aren't using the TopicRecordNameStrategy, and it's not feasible to modify them.

In practice, for instance, I have the topic "contract" and its corresponding subject "avrocontractevent". The naming format is thus "avro[TOPIC]event". For your information, my schemas are correct and are being used by applications.

My configuration is as follows:

  kafka:
    clusters:
      -
        name: local
        bootstrapServers: kafka-broker:9092
        schemaRegistry: http://kafka-schema-registry:8081
        schemaNameTemplate: "avro%sevent"

I tried using schemaNameTemplate, but to no avail. Do you see any issues with this configuration, or have any leads to explore?

Thank you for your assistance.

PS: I'm using docker image provectuslabs/kafka-ui:latest

@Haarolean Haarolean added type/bug Something isn't working scope/backend status/accepted An issue which has passed triage and has been accepted status/confirmed A bug which actuality is confirmed labels Aug 30, 2023
@Haarolean Haarolean added this to the 0.8 milestone Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/backend status/accepted An issue which has passed triage and has been accepted status/confirmed A bug which actuality is confirmed type/bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants