Is it possible to deploy a standalone kafka bridge? #4371
Replies: 1 comment 2 replies
-
I think there are two separate things which need to be distinguished:
The answer to 1) is yes. You can do it. You can just follow the regular documentation, configure the bootstrap server of your Kafka cluster, configure TLS, authentication etc. It does not really differ from running it against Strimzi Kafka cluster. The answer to 2) is yes as well. But ... the main focus of the Strimzi project is to make running Apache Kafka and the related components easy using the operator pattern. You can for sure run the bridge without the operator. But it is not necessarily the way we think it should be used. That is also why nobody had time to document it for example. So yes, you can for sure use it that way, but you might need to figure out your own deployment etc. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying to deploy kafka bridge without Kafka Cluster operator, but there isn's any mention about standalone Kafka Bridge at strimzi documentation.
Can I use Kafka Bridge with existing Kafka cluster that is not operated by Strimzi Kafka Cluster operator?
Beta Was this translation helpful? Give feedback.
All reactions