Where is the default config?

2025-05-02 Thread André Hänsel
Hi list, In https://github.com/apache/kafka/blob/trunk/docker/examples/README.md it says: > If no user provided configuration (file input or environment variables) is passed to the Docker container, the default KRaft configuration for single combined-mode node will be used. This default con

Apicurio Schema Registry 3.0.7 - unable to update multiple versions of schema for artifactId

2025-05-02 Thread karan alang
I have Apicurio Schema Registry 3.0.7 installed, and I'm trying to use the following code to publish a version 2 of schema where GROUP = default, ARTIFACT_ID = com.versa.apicurio.confluent.Employee here is the code import requests import json import urllib.parse # ───