Questions tagged [confluent-control-center]
55 questions
0
votes
1 answer
How to open deploy Confluent Platform for production uses (multiple nodes)?
I have setup the Confluent Platform in my local machine using Windows Subsystem for Linux. Confluent Platform is working fine and I tested it's local environment (for development only) using the local command like: confluent local services start…

Robin
- 85
- 2
- 12
0
votes
0 answers
Confluent Control Center failure: Unable to fetch consumer offsets for cluster id
I am running confluent platform (version 6.1.1). I deploy the following components: 3 Brokers, 3 ZK, Schema Registry, 3 Kafka Connect, KSQL and Confluent Control Center (CCC).
The CCC has entered into a failed state and I have difficulties to bring…

ssazonau
- 68
- 6
0
votes
1 answer
Confluent Connect on Different Port Not Working
I'm setting up the Confluent-Stack using portainer on a Linux computer. One of my other containers is already using port 8083 (the default confluent-connect port) - so I replaced 8083 in the docker-compose.yml file with 8089. However, when…

Benjamin Bingham
- 87
- 7
0
votes
0 answers
What is a right value for replica.lag.time.max.ms?
We are receiving a lot of Kafka Confluent Control Center alerts related to topic being under replicated. We think these are not real issues because of the alerts bouncing in and off. This may be caused by having a tight value for…

Gabriel Solano
- 1
- 2
0
votes
1 answer
Confluent Control Centre not starting for Confluent version 7.0.1
I've done my best to follow this website tutorial to locally install Kafka on my MacBook Pro M1 Max then run it using the command:
arch -x86_64 confluent local services start.
Every time I start it up, I get random funny errors on Control centre…

Sammy65
- 627
- 2
- 12
- 28
0
votes
1 answer
Unable to launch Confluent control center on AKS
I am starting my journey on Confluent for Kubernetes and while following their quick start guide
to install Confluent on AKS I was able to get the pods up and…

IndianRaptor
- 508
- 6
- 14
0
votes
1 answer
Control the Topic level permission in Confluent Cloud through Control Center
I'm not able to find Option to control the Topic level permission in Cloud Based Free Trial of Confluent Platform. Can you please suggest on how to configure ?

Aditi Sinha
- 29
- 4
0
votes
1 answer
How to check who is active controller(broker id) from kafka connect log file
Need to check what is the active controller from any of the log file(Control center or Kafka connect log file etc..). Actually we have multiple brokers out of that one is Active controller(for ex. Broker 01) and now it changed to Broker 02 (able to…

Anilkumar Bathula
- 278
- 3
- 18
0
votes
0 answers
How to setup Confluent on a 3-node Ubuntu machines
I was trying to set up Confluent (ZooKeeper, Kafka, Schema Registry, Control Center, Kafka Connect, Confluent REST Proxy, ksqlDB) on a 3-node setup (i.e 3 Ubuntu 20.04 virtual machines).
Can anyone, who has previously done this setup, help with the…

Yeasin Abedin
- 2,081
- 4
- 23
- 41
0
votes
1 answer
How to connect Apache kafka metrices in confluent control center?
we are using apache kafka 2.7 version, Before that we used confluent-platform version of kafka where we can access control center to view the statistics like incoming/outgoing data rate,disk space like those metrices.
Now we are using apache kafka…

RandomUser
- 31
- 1
- 8
0
votes
1 answer
Confluent Control Center Upload connector Error
I am using windows 10, and using docker container to run the confluent control center.
I am trying to upload one of the pre-built connectors that can be found on the confluent hub :…

AinzOwlGown
- 77
- 9
0
votes
1 answer
Can't install confluent-control center
I am new to Kafka and trying to install my ubuntu machine Confluent control center.
Here is the document i have followed : https://docs.confluent.io/platform/current/installation/installing_cp/deb-ubuntu.html
I've succesfully built kafka with 3…

mjeday
- 78
- 6
0
votes
0 answers
confluent control-center directory not found in confluent-5.5.3
I have downloaded the confluent-community-5.5.3-2.12.tar
I am unable to see the /etc/confluent-control-center directory?
Is it unavailable in community edition? If so, what other options do I have?
Thanks.

Spartacus
- 337
- 4
- 12
0
votes
1 answer
Set up Confluent Metrics Reporter at wurstmeister/kafka
Control-Center with wurstmeister/kafka at docker.
But when I open cp-control-center I can't see the metrics for broker. There is a report message that says Set up Confluent Metrics Reporter .
Can I do set up and take the metrics for…

Apostolos Lazidis
- 125
- 1
- 10
0
votes
1 answer
'max.message.bytes' exception when connecting Control Center to Confluent Cloud Kafka
I'm setting up a Dockerized Confluent Control Center which points to our Confluent Cloud Kafka and I've hit this common issue HERE and HERE:
[2019-07-31 20:40:28,023] ERROR [main] attempt=failed to create topic=TopicInfo{name=_confluent-metrics,…

Trey Hicks
- 1
- 1