Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to define storage path on Confluent Center (Kafka) #916

Open
AAlex-11 opened this issue Jul 12, 2023 · 0 comments
Open

How to define storage path on Confluent Center (Kafka) #916

AAlex-11 opened this issue Jul 12, 2023 · 0 comments

Comments

@AAlex-11
Copy link

I use standard home path for confluent center

    export CONFLUENT_HOME=/home/kafka/confluent/confluent-7.4.0

Unfortunately, I can not change path to store data. I found Kafka config in path and set up needed storage

   cat /home/kafka/confluent/confluent-7.4.0/etc/kafka/server.properties | grep log.dir
   log.dirs=/storage/kafka-logs

Than I restart Confluent Platform, however Path is wrong

    ./confluent local services start
   The local commands are intended for a single-node development environment only, NOT for production usage. See more: https://docs.confluent.io/current/cli/index.html
   As of Confluent Platform 8.0, Java 8 is no longer supported.

   Using CONFLUENT_CURRENT: /tmp/confluent.430818
   Starting ZooKeeper
   ZooKeeper is [UP]
   Kafka is [UP]
   Starting Schema Registry
   Schema Registry is [UP]
   Starting Kafka REST
   Kafka REST is [UP]
   Starting Connect
   Connect is [UP]
   Starting ksqlDB Server
   ksqlDB Server is [UP]
   Starting Control Center
   Control Center is [UP]

Unfortunately, web interface can not allow location of storage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant