You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently users just copy the Schedule case class into their projects, which is far from ideal.
Couple of potential options:
run a schema registry somewhere for the KMS (no idea where that would be!)
publish the Schedule case class in a JAR and release it
both?
Another thing we should do is validate changes to the Schedule schema during PRs, this would need to call a schema registry somewhere using the compatibility API
The text was updated successfully, but these errors were encountered:
Currently users just copy the
Schedule
case class into their projects, which is far from ideal.Couple of potential options:
Schedule
case class in a JAR and release itAnother thing we should do is validate changes to the
Schedule
schema during PRs, this would need to call a schema registry somewhere using the compatibility APIThe text was updated successfully, but these errors were encountered: