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
I detected a new issue on the apicurio's operator inside openshift.
Inside a CRD of an apicurio artifact, when I change the value of the artifactId field, the operator create a new artifact inside apicurio registry. This behavior of creation is correct. But the old artefact has not been deleted, and It is no longer managed by the operator. The old artefact become an orphan.
So I have a CRD named kafka-sample-kafka-sample-pet-mpusg-1 which contain its spec like this :
A new artifact is created with the name "com.company.mpusg.test.Pet.new" but the old is always up. When I push a new schema, the new version is applicate only on "com.company.mpusg.test.Pet.new". From the change on the artifactId, the operator loses control over the old one.
Can you analyze ? Thanks for your investigations.
The text was updated successfully, but these errors were encountered:
Hi All,
I detected a new issue on the apicurio's operator inside openshift.
Inside a CRD of an apicurio artifact, when I change the value of the artifactId field, the operator create a new artifact inside apicurio registry. This behavior of creation is correct. But the old artefact has not been deleted, and It is no longer managed by the operator. The old artefact become an orphan.
So I have a CRD named kafka-sample-kafka-sample-pet-mpusg-1 which contain its spec like this :
I see it by registry/v2 rest api :
I change only the value of the artifactId field.
A new artifact is created with the name "com.company.mpusg.test.Pet.new" but the old is always up. When I push a new schema, the new version is applicate only on "com.company.mpusg.test.Pet.new". From the change on the artifactId, the operator loses control over the old one.
Can you analyze ? Thanks for your investigations.
The text was updated successfully, but these errors were encountered: