We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi Team
When trying to use Schema Registry I get the following error: Query 20250603_010204_00002_2j2y2 failed: line 1:1: Schema 'topics' does not exist
Config:
kafka.nodes=broker:9092 kafka.default-schema=topics kafka.hide-internal-columns=false kafka.table-description-supplier=CONFLUENT kafka.confluent-schema-registry-url=http://schema-registry:8081 kafka.confluent-schema-registry-client-cache-size=1000 kafka.empty-field-strategy=IGNORE kafka.confluent-subjects-cache-refresh-interval=1s
Run commands:
docker run --name trino --network=trino_default -d -p 8080:8080 --volume ./kafka.properties:/etc/trino/catalog/kafka.properties trinodb/trino docker exec -it trino trino --catalog=kafka --schema=topics show tables; trino:topics> show schemas; Schema -------------------- information_schema (1 row)
I'm not sure how the Schema gets added when using the Confluent Schema registry.
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hi Team
When trying to use Schema Registry I get the following error: Query 20250603_010204_00002_2j2y2 failed: line 1:1: Schema 'topics' does not exist
Config:
Run commands:
I'm not sure how the Schema gets added when using the Confluent Schema registry.
Thank you
The text was updated successfully, but these errors were encountered: