Erik Forsberg

Results 43 comments of Erik Forsberg

I semi-randomly hit this problem in my EKS cluster, most often when one of the cluster nodes have been in an unhealthy state, and one of the Kafka pods have...

That is really good news, much appreciated! It will for sure make my life easier, as this has been one of the things in the K8S cluster that would not...

I think you just made me realize a thing or two about readiness/liveness probes, and how the strimzi liveness probe *actually* works. Thanks! :-)

I was also hit by this, and solved it by setting `connect.meta.data: false` in the connector configuration. This behaviour is *REALLY CONFUSING*. When setting `schema.compatibility: BACKWARD` one would expect it...

Perhaps a different feature, but I would like Avro schemas to be rendered under the Documentation tab as an expandable table with field name, type, default (if any) and the...

Digging deeper into the Confluent converter's source code, it ends up making `POST /subjects/` call to Confluenct, i.e [this](https://docs.confluent.io/platform/current/schema-registry/develop/api.html#post--subjects-(string-%20subject)) API call, with the schema itself as argument, i.e a search...

> Is that even possible with the current Apicurio API? I *think* the `getArtifactVersionMetaDataByContent`, i.e `POST /groups/{groupId}/artifacts/{artifactId}/meta` will do the job on the server.

The beginnings of a solution now in https://github.com/Apicurio/apicurio-registry/pull/3825, but definitely needs more work.

Would also very much like to see consul-template on ECR public gallery, to avoid problems with Docker Hub pull request limit that hits one of my Kubernetes clusters from time...