2023-08-09 00:09:49,248 [main] ERROR c.l.d.u.s.e.steps.DataHubStartupStep:40 - DataHubStartupStep failed.
org.apache.kafka.common.errors.SerializationException: Error serializing Avro message
Caused by: java.io.IOException: No schema registered under subject!
....```
I’m using the default value but do I need to <https://github.com/acryldata/datahub-helm/blob/bd670a922fb13f66446d26925e96c3424e546ec6/charts/prerequisites/values.yaml#L96|enable schema registry here> ? Thank you!
Thank you for your quick reply! created a PR to fix this
• <Sign in to GitHub · GitHub enable SPRING_KAFKA_PROPERTIES_AUTO_REGISTER_SCHEMAS by LittleWat · Pull Request #358 · acryldata/datahub-helm>
Updated both the issue and PR with comments. For the issue, can you confirm the values settings, I am guessing KAFKA schema registry was enabled & it was pointing to GMS instead of the confluent registry service?
I’ve had time to look at this in more detail. I see what you mean. The env var is indeed no longer needed to be set to false and a hold over from a previous method of mocking the schema registry for the upgrade job. Sorry for the delay.