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

Validation error while producing message using external schema #4451

Open
4 tasks done
0x6b61747a65 opened this issue May 20, 2024 · 1 comment
Open
4 tasks done

Validation error while producing message using external schema #4451

0x6b61747a65 opened this issue May 20, 2024 · 1 comment
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working

Comments

@0x6b61747a65
Copy link

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)

While trying to produce message from UI using external schema registry getting error: Content strict mode: unknown keyword: "schema". No additional information is available because there is no verbose output on that issue, nor in error, nor in app logs.

Expected behavior

No response

Your installation details

  • App version: 83b5a60
  • Chart version: 0.7.5
  • Config:
data:
  config.yml: |-
    kafka:
      clusters:
      - bootstrapServers: kafka-01.example.com:9091,kafka-02.example.com:9091,kafka-03.example.com:9091
        ksqldbserver: https://ksql.example.com
        name: kafka
        properties:
          sasl:
            jaas:
              config: org.apache.kafka.common.security.scram.ScramLoginModule required
                username="username" password="password";
            mechanism: SCRAM-SHA-512
          security:
            protocol: SASL_SSL
        schema-registry-ssl:
          truststore-location: /ssl/kafka.truststore.jks
          truststore-password: password
        schemaRegistry: https://schema-registry.example.com
        ssl:
          truststore-location: /ssl/kafka.truststore.jks
          truststore-password: password

Steps to reproduce

Connect kafka-ui to an external schema registry such as akhq. Go to "Topics" -> "Produce message". Produce message using schema from schema registry

Screenshots

No response

Logs

No response

Additional context

We are using akhq as an external schema registry.

@0x6b61747a65 0x6b61747a65 added status/triage Issues pending maintainers triage type/bug Something isn't working labels May 20, 2024
Copy link

Hello there 0x6b61747a65! 👋

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