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
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
# ───