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

Closed
4 tasks done
PabloLec opened this issue Oct 7, 2023 · 1 comment
Closed
4 tasks done

Serde issue with custom schema registry naming #4279

PabloLec opened this issue Oct 7, 2023 · 1 comment
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working

Comments

@PabloLec
Copy link

PabloLec commented Oct 7, 2023

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running master-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

This issue follows up on this discussion: #4109. I am opening it to potentially make tracking easier. My problem still persists on the master branch.

Here’s a summary of my problem originating from the discussion:

To recap my problem:

  • The naming convention for my subjects is "avro[TOPIC]event".
  • My schemas are correct, and the Schema Registry appears to be properly loaded and utilized in the UI.
  • However, I encounter an issue where Serde fails, displaying the message "Fallback serde was used."
  • This leads me to believe that my naming convention isn't recognized, or there might be an error in my configuration settings.
  • I haven’t been able to obtain any specific logs when encountering Serde errors using the UI.

Below is my current configuration. Although it likely contains unnecessary fields, I’ve included them to cover all debugging possibilities I am aware of:

kafka:
  clusters:
    -
      name: local
      bootstrapServers: kafkabroker:9092
      schemaRegistry: http://kafka-schema-registry:8081
      schemaRegistryKeySchemaNameTemplate: "avro%sevent"
      schemaRegistrySchemaNameTemplate: "avro%sevent"
      serde:
        - 
          name: SchemaRegistry
          keySchemaNameTemplate: "avro%sevent"
          schemaNameTemplate: "avro%sevent"

Expected behavior

No response

Your installation details

Docker image master, commit 53a6553

Steps to reproduce

Use a custom schema naming convention such as : avro%sevent

Screenshots

No response

Logs

No response

Additional context

No response

@PabloLec PabloLec added status/triage Issues pending maintainers triage type/bug Something isn't working labels Oct 7, 2023
@github-actions
Copy link

github-actions bot commented Oct 7, 2023

Hello there PabloLec! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant