Member since
12-12-2019
1
Post
0
Kudos Received
0
Solutions
12-12-2019
02:39 AM
Im trying to run the schema registry with mysql version 8.0.11.
When I run it with the 5.7 version, everything works fine. But since our production DB is on 8.0.11, it breaks.
For the upgraded mysql instance, I made changes to the bootstrap-storage.sh file. (changed the version of mysql driver to be dowloaded to 8.0.11)
I also made changes to regisrty.yaml to refer to the new datasource class name as mentioned on the Mysql documentation.
However, When i run this, I notice that the driver jar is not being unzipped and stored in a proper manner. I see classnotFound exception which is because of the error in the steps post unzipping.
I'm unable to debug further and also cant see a workaround.
Any help would be highly appreciated!
... View more
- Tags:
- schema registry
Labels:
- Labels:
-
Schema Registry