Open spena opened 4 years ago
~Hey sergio - thanks for reporting this, this should no longer be a problem on master (see #5871) which was causing these issues. I also had a PR, but closed it because of the above pr (https://github.com/confluentinc/ksql/pull/5869) to improve the error.~
EDIT: nevermind, I misread the problem. Still a good idea to do this
Describe the bug When attempting to create an AVRO topic, if KSQL cannot connect to SchemaRegistry, it displays a vague error message like below:
There were no errors in the logs either.
This happened when I configured KSQL with the following SR config:
The correct value was:
To Reproduce
Version: ksql-0.11
I used the docker-compose.yml that comes in the https://ksqldb.io/quickstart.html. I just added the following SchemaRegistry configs:
Expected behavior The error message should be clear about why it cannot register the schema. Failed connection? invalid SR URL?
It might be useful to do a connection check to SR when starting KSQL to verify it is well configured.