Davide Berdin

Results 12 comments of Davide Berdin

try the following ``` schema-registry-ui: image: landoop/schema-registry-ui:latest container_name: kafka-schema-registry-ui hostname: kafka-schema-registry-ui ports: - "8000:8000" environment: SCHEMAREGISTRY_URL: http://kafka-schema-registry:8084/ #

Related discussion: https://github.com/argoproj/argo-rollouts/discussions/2133

I just bumped into this problem and probably I'm late to the party. However, In my case, I just solved the above issue by first importing the below code in...

Hey @salaboy and thanks for the interest in this 😄 From my point of view, what good-behaviour-looks-like is the fact that Argo Rollouts takes care of the Canary/Blue-Green deployment strategy...

@salaboy I shared the document with you, but others can view it [here](https://docs.google.com/document/d/1VQmKLN3hm6X67FLXxf_R5A9dOKFTspc5qdIFQU94AkY/edit?usp=sharing). I can add editors those who wants to contribute to it.

Maybe now with the new Rollouts Plugin (https://argoproj.github.io/argo-rollouts/plugins/) it could be possible that we can make an integration.

Having the same issue but with a different error. I receive `clickhouse [AppendStruct]: missing destination name in *`. However, instead of using a `Tuple` I use `Nested`. Did you figure...

Do you know what is the resolution for this? I have the same issue but I don't understand how to solve it 😅 I use the latest version of the...

I think it would be nice to be able to generate the client once a release is cut. In this way both client and server have the same version. You...