Hi 👋,
I would like to know if it’s possible to use the Jikkou API Server to interact with multiple Kafka clusters (not running inside Kubernetes).
If so, is there an example of how to configure the application.yaml to define and switch between those clusters?
Specifically, I’m interested in:
• Managing topics in multiple external Kafka clusters
• Selecting which cluster to target via the API (e.g., using headers)
• Proper configuration structure under jikkou.provider.kafka.config.clients
Thanks in advance!