Questions tagged [strimzi]

Strimzi is an open source project to allow Apache Kafka runs in container such as Kubernetes and OpenShift.

Strimzi is an open source project to allow Apache Kafka runs in container such as Kubernetes and OpenShift.

198 questions
0
votes
3 answers

How to pass user created to producer.sh/consumer.sh in Kubernetes Strimzi Kafka Operator cluster?

I deployed Strimzi operator for Kafka & enabled TLS/ACLs, now I am stuck! How to run producer.sh/consumer.sh on 9093 passing user created? Below is the command working with ACLs disabled on port 9092: kubectl -n myproject run kafka-producer -ti…
0
votes
2 answers

Creating Strimzi cluster on kubernetes

I followed below link to create strimzi cluster operator in k8s https://medium.com/@sincysebastian/setup-kafka-with-debezium-using-strimzi-in-kubernetes-efd494642585 Downloaded strimzi 0.17.0 version and unzip it. I ran Kubectl apply -f apply…
Meenugu
  • 11
  • 3
0
votes
2 answers

How to assign a DNS name to a Kafka Kubernetes Nodeport

I have created a Kafka cluster using the Strimzi Kafka operator on minikube to learn the basics. I am trying to access Kafka inside the minikube environment from my Host and for this I created a Kafka Node port: apiVersion:…
irrelevantUser
  • 1,172
  • 18
  • 35
0
votes
1 answer

How to run kafka producer.sh & consumer.sh for a particular user to test ACL?

./bin/kafka-console-producer.sh --broker-list 10.162.0.6:32294 --topic my-topic ./bin/kafka-console-consumer.sh --bootstrap-server 10.162.0.6:32294 --topic my-topic --from-beginning Am new to kafka. My kafka running on strimzi kubernetes operator…
0
votes
1 answer

Strimzi: MirrorMaker 2.0 connecting to IBM EventStream

I have configured Kafka on Kubernetes using Strimzi. I tried to connect Kafka with IBM EventStream via MM2 but am getting error.. Any thoughts which msg and topic it causes issues 2020-03-09 17:25:40,258 ERROR Uncaught exception in REST call to…
Bala S
  • 1
  • 1
  • 1
0
votes
1 answer

How to enable JMX Metrics for Strimzi-Kafka Bridge

I'm enabling JMX port for Strimzi-Kafka bridge by adding these lines in the Kafka-Bridge.sh file. -Dcom.sun.management.jmxremote.port=9250 -Dcom.sun.management.jmxremote.rmi.port=9250 -Dcom.sun.management.jmxremote.authenticate=false…
Samik
  • 29
  • 2
  • 12
0
votes
0 answers

Strimzi topic operator not working - Openshift

I deployed Strimzi topic operator on openshift using the following documentation: https://strimzi.io/docs/0.12.2/full.html#deploying-the-topic-operator-standalone-deploying. This does not work and error shown below: 2020-02-26 13:40:30 INFO …
0
votes
4 answers

Strimzi Kafka on Kubernetes local bare metal

I have a kubernetes cluster running on multiple local (bare metal/physcal) machines. I want to deploy kafka on the cluster, but I can't figure out how to use strimzi with my configuration. I tried to follow the tutorial on the quickstart page :…
Borhink
  • 307
  • 1
  • 3
  • 15
0
votes
1 answer

How to expose an HTTPS endpoint with strimzi-kafka-bridge?

I am able to set up the bridge and connect to an existing Kafka cluster and read data using HTTP requests. Is there a way to add a layer of security and expose an HTTPS endpoint for fetching Kafka records instead of plain HTTP? I have a certificate…
Harshith Bolar
  • 728
  • 1
  • 10
  • 29
0
votes
1 answer

strimzi 0.14: Kafka broker failed authentication

I tried to build a Kafka cluster using Strimzi (0.14) in a Kubernetes cluster. I use the examples come with the strimzi, i.e. examples/kafka/kafka-persistent.yaml. This yaml file looks like this: apiVersion: kafka.strimzi.io/v1beta1 kind:…
Kevin Z
  • 41
  • 1
  • 1
  • 2
0
votes
1 answer

OpenShift - When is a service created while creating a new application?

I created two applications wurstmeister/kafka and zookeeper as shown below. oc new-app wurstmeister/kafka oc new-app zookeeper While I can see the zookeeper service in my project, I do not see the Kafka service. How do I get my others pods connect…
cogitoergosum
  • 2,309
  • 4
  • 38
  • 62
0
votes
1 answer

Exposing Kafka metrics to Prometheus and Grafana on Rancher

I have Strimzi Operator deployed on my Rancher Kuberenetes environment running on AWS. I used teh Strimzi operator to deploy my Kafka cluster with 3 brokers. My cluster is running fine and I can produce and consume. Now i want to monitor the Kafka…
Debdeep Das
  • 129
  • 1
  • 9
0
votes
2 answers

OpenShift / OKD Specify URL for each Pod Replica

I am new to the Open shift / OKD. I am running Strimzi on top of open shift. I have deployed an application which includes Rest API. This Application has Rest Api and One can control Producer and Consumer from rest Api. I have replicated the POD…
Akash Sethi
  • 2,284
  • 1
  • 20
  • 40
0
votes
1 answer

Configuring Kafka-zookeeper cluster in Prometheus Discovery(Using Strimzi Kafka cluster)

I have a running Kafka-zookeeper cluster using Strimzi cluster-operator. I have followed the KB http://strimzi.io/docs/master/ for this. The metrics for kafka and zookeeper are available from the port 9404. I have to configure this cluster setup to…
manu thankachan
  • 433
  • 3
  • 9
  • 19
-1
votes
1 answer

Strimzi Kafka external listeners Ingress error on VM

I'm trying to deploy Kafka with Strimzi on a Kubernetes Cluster runnng on VM (VMWare Workstation 15 and Ubuntu 20.04 running on it), using kubeadm, kubelet, containerd, Calico, MetalLb. I can create the ingress nginx controller service of type…
Oana
  • 537
  • 5
  • 11
1 2 3
13
14