cloudbackenddev

Results 4 issues of cloudbackenddev

Spring boot versions post 2.4.2 is not compatible with zerocode. I always get a null pointer exception. For eg I used version 2.7.6 and it resulted in the following error...

I followed https://github.com/Apicurio/apicurio-studio/tree/82a0f2a0147f1fbee0854ba7fbeb84ef1e78ff16/distro/docker-compose instructions I had to add following environment properties in the .env file. Once started I created user in keycloak under apicurio and microks realm. When it try...

Iam trying with the ad-j tool to test adr related features and I see supercede functionality is partially working This is the sequence of steps i followed 1. `adr init...

I see tempo resource dashboard using following promql queries. sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~"$cluster", namespace=~"$namespace",container=~"ingester"}[$__rate_interval])) The query is around how is the cluster label available as part of cadvisor metric. Containers metrics...