Questions tagged [confluent-control-center]
55 questions
0
votes
1 answer
connect self managed ksqlDB to Confluent Cloud | managed ksql server
This is a question on how to connect self managed ksqlDB / ksql server to confluent cloud.
I have a confluent basic cluster running in https://confluent.cloud/ in the GCP asia south.
In this cluster i want to connect self managed ksqlDB to…

Shivakumar ss
- 653
- 7
- 19
0
votes
2 answers
Is Confluent Control Center extensible?
Confluent Control Center seems to be modular, but I haven't found any documentation on how one might build their own plugin for custom management of Kafka. Is Control Center extensible and is there any public documentation, articles, etc. that…

Derek Greer
- 15,454
- 5
- 45
- 52
0
votes
1 answer
Invalid Schema on Confluent Controlcenter
I am just trying to set up a Value-Schema for a Topic in the Web interface of Confluent Control Center.
I chose the Avro-format and tried the following schema:
{
"fields": [
{"name":"date",
"type":"dates",
"doc":"Date of the count"
…

Dortmunder
- 159
- 1
- 7
0
votes
1 answer
confluent control center launch button under connector tab is not working
The confluent control center is up and running, I was able to configure the JDBCsource connector under the connect tab....before the test and verify screen where it shows the final Json which looks something like , I am clicking on the launch button…
0
votes
1 answer
Confluent Control Center on a cluster
I've set up a basic three-server cluster of zookeeper and kafka version 5.4.0 using docker. For zookeeper and kafka, I've specified all three of the bootstrap servers. I'm trying to set this up in a manner that allows for one server to go down and…

Charlie
- 17
- 7
0
votes
1 answer
Can confluent control center web UI be remoted?
I installed confluent-5.1.0 on my gcp instance using the following commands:
$ curl -O http://packages.confluent.io/archive/5.1/confluent-5.1.0-2.11.tar.gz
$ tar xzvf confluent-5.1.0-2.11.tar.gz
$ confluent-5.1.0/bin/confluent start
Add line…

Ian Lee
- 3
- 2
0
votes
1 answer
Confluent Replicator End to End Latency Metrics Required
Problem Statement: I am trying to figure out end to end latency for replicator from On-prem to AWS data replication. We found in consumer group for replicator we have the option to display the End-to-End latency but it’s not showing any data in the…

Zamir Arif
- 341
- 2
- 13
0
votes
1 answer
Is Confluent killing the interceptors with it last release 5.3.0?
As we can see in the last Confluent 5.3.0 release documentation:
https://docs.confluent.io/current/control-center/monitoring.html
The only dashboard in order to monitorize the interceptors is marked as deprecated.
Is now Confluent going to stop…

Dipperman
- 119
- 1
- 12
0
votes
2 answers
kafka_connect not finding its connectors
I have a confluent kafka cluster running inside docker containers on EC2 machines as below
3 docker containers on separate EC2 instances for zookeepers and kafka-brokers
1 docker container on a separate EC2 instance for
confluent_control_center
1…

user3693309
- 343
- 4
- 14
0
votes
1 answer
Confluent Control Center disk space requirements - why so large?
The system requirements for Confluent Control Center state that 500GB disk space is required. CCC appears to store some data in Kafka itself, so can someone please tell me what this storage is actually required for? i.e. what is preventing CCC from…

John
- 10,837
- 17
- 78
- 141