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
In order to evolve a schema and therefore to create new versions of one artifact currently we only support explicitly using the version property, like:
...
metadata:
name: pets-avro-example-v1
spec:
artifactId: pests-avro-record
...
...
metadata:
name: pets-avro-example-v2
spec:
artifactId: pests-avro-record
version: "2"
...
However if we use the feature IfExists.RETURN_OR_UPDATE when calling createArtifact new versions could be created automatically.
Test this carefully to avoid having a situation where new versions are continuosly created in a loop.
The text was updated successfully, but these errors were encountered:
from #15
In order to evolve a schema and therefore to create new versions of one artifact currently we only support explicitly using the
version
property, like:...
metadata:
name: pets-avro-example-v1
spec:
artifactId: pests-avro-record
...
...
metadata:
name: pets-avro-example-v2
spec:
artifactId: pests-avro-record
version: "2"
...
However if we use the feature IfExists.RETURN_OR_UPDATE when calling
createArtifact
new versions could be created automatically.Test this carefully to avoid having a situation where new versions are continuosly created in a loop.
The text was updated successfully, but these errors were encountered: