kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

Validation error while producing message using external schema

Open 0x6b61747a65 opened this issue 1 year ago • 2 comments

Issue submitter TODO list

  • [X] I've looked up my issue in FAQ
  • [X] I've searched for an already existing issues here
  • [X] I've tried running master-labeled docker image and the issue still persists there
  • [X] 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 avatar May 20 '24 06:05 0x6b61747a65

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. 👀

github-actions[bot] avatar May 20 '24 06:05 github-actions[bot]

Me and @Haarolean no longer support this repo, don't you mind to post this to https://github.com/kafbat/kafka-ui

germanosin avatar Jul 08 '24 08:07 germanosin