Skip to content

[CLI-3513] Temporarily remove Confluent Control Center from confluent local services#3074

Merged
Steven Gagniere (sgagniere) merged 5 commits intomainfrom
cli-3513
Apr 7, 2025
Merged

[CLI-3513] Temporarily remove Confluent Control Center from confluent local services#3074
Steven Gagniere (sgagniere) merged 5 commits intomainfrom
cli-3513

Conversation

@sgagniere
Copy link
Copy Markdown
Member

@sgagniere Steven Gagniere (sgagniere) commented Apr 5, 2025

Release Notes

Breaking Changes

  • PLACEHOLDER

New Features

  • PLACEHOLDER

Bug Fixes

  • PLACEHOLDER

Checklist

  • I have successfully built and used a custom CLI binary, without linter issues from this PR.
  • I have clearly specified in the What section below whether this PR applies to Confluent Cloud, Confluent Platform, or both.
  • I have verified this PR in Confluent Cloud pre-prod or production environment, if applicable.
  • I have verified this PR in Confluent Platform on-premises environment, if applicable.
  • I have attached manual CLI verification results or screenshots in the Test & Review section below.
  • I have added appropriate CLI integration or unit tests for any new or updated commands and functionality.
  • I confirm that this PR introduces no breaking changes or backward compatibility issues.
  • I have indicated the potential customer impact if something goes wrong in the Blast Radius section below.
  • I have put checkmarks below confirming that the feature associated with this PR is enabled in:
    • Confluent Cloud prod
    • Confluent Cloud stag
    • Confluent Platform
    • Check this box if the feature is enabled for certain organizations only

What

Control center needs to be temporarily removed from local services. For context: https://confluentinc.atlassian.net/browse/CLI-3513

This PR

  • Removes control center from the list of services
  • Switches to using Confluent Rebalancer to differentiate between Enterprise and Community editions

Blast Radius

confluent local services commands would be affected

References

https://confluentinc.atlassian.net/browse/CLI-3513

Test & Review

I also manually verified that make docs doesn't generate control center docs with these changes.

List services:

confluent local services list
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 will no longer be supported.

Available Services:
  Connect
  Kafka
  Kafka REST
  ksqlDB Server
  Schema Registry
  ZooKeeper

Start services:

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 will no longer be supported.

Using CONFLUENT_CURRENT: /var/folders/cq/rc6zp2sj74gfjbbd_hqh_bsw0000gp/T/confluent.595649
Starting ZooKeeper
ZooKeeper is [UP]
Starting Kafka
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]

Stop services:

confluent local services stop 
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 will no longer be supported.

Using CONFLUENT_CURRENT: /var/folders/cq/rc6zp2sj74gfjbbd_hqh_bsw0000gp/T/confluent.595649
Stopping ksqlDB Server
ksqlDB Server is [DOWN]
Stopping Connect
Connect is [DOWN]
Stopping Kafka REST
Kafka REST is [DOWN]
Stopping Schema Registry
Schema Registry is [DOWN]
Stopping Kafka
Kafka is [DOWN]
Stopping ZooKeeper
ZooKeeper is [DOWN]

Copilot AI review requested due to automatic review settings April 5, 2025 00:12
@sgagniere Steven Gagniere (sgagniere) requested a review from a team as a code owner April 5, 2025 00:12
@confluent-cla-assistant
Copy link
Copy Markdown

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 18 changed files in this pull request and generated no comments.

Files not reviewed (16)
  • test/fixtures/output/local/services/control-center/help-onprem.golden: Language not supported
  • test/fixtures/output/local/services/control-center/help.golden: Language not supported
  • test/fixtures/output/local/services/control-center/log-help-onprem.golden: Language not supported
  • test/fixtures/output/local/services/control-center/log-help.golden: Language not supported
  • test/fixtures/output/local/services/control-center/start-help-onprem.golden: Language not supported
  • test/fixtures/output/local/services/control-center/start-help.golden: Language not supported
  • test/fixtures/output/local/services/control-center/status-help-onprem.golden: Language not supported
  • test/fixtures/output/local/services/control-center/status-help.golden: Language not supported
  • test/fixtures/output/local/services/control-center/stop-help-onprem.golden: Language not supported
  • test/fixtures/output/local/services/control-center/stop-help.golden: Language not supported
  • test/fixtures/output/local/services/control-center/top-help-onprem.golden: Language not supported
  • test/fixtures/output/local/services/control-center/top-help.golden: Language not supported
  • test/fixtures/output/local/services/control-center/version-help-onprem.golden: Language not supported
  • test/fixtures/output/local/services/control-center/version-help.golden: Language not supported
  • test/fixtures/output/local/services/help-onprem.golden: Language not supported
  • test/fixtures/output/local/services/help.golden: Language not supported

@sgagniere Steven Gagniere (sgagniere) merged commit c769075 into main Apr 7, 2025
1 of 2 checks passed
@sgagniere Steven Gagniere (sgagniere) deleted the cli-3513 branch April 7, 2025 20:45
airlock-confluentinc bot pushed a commit that referenced this pull request Apr 16, 2025
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

Successfully merging this pull request may close these issues.

3 participants