Skip to content

[CLOUDGA-28934] Removed Connection Pooling feature flag from YBM-CLI.#310

Merged
atharva-yb merged 1 commit intomainfrom
atharva/remove_cp_ff
Aug 20, 2025
Merged

[CLOUDGA-28934] Removed Connection Pooling feature flag from YBM-CLI.#310
atharva-yb merged 1 commit intomainfrom
atharva/remove_cp_ff

Conversation

@atharva-yb
Copy link
Copy Markdown
Collaborator

@atharva-yb atharva-yb commented Aug 20, 2025

Tested locally without exporting Connection Pooling FF.

  • Create
# ybm cluster create -h
Create a cluster

Usage:
  ybm cluster create [flags]

Flags:
      --cluster-name string            [REQUIRED] Name of the cluster.
....
      --enable-connection-pooling      [OPTIONAL] Enable connection pooling for the cluster during creation. Default false.
  -h, --help                           help for create

Global Flags:
  -a, --apiKey string      YugabyteDB Aeon account API key
....
  • Modify Connection pooling status
# ybm cluster -h                                                                 
Manage cluster operations

Usage:
  ybm cluster [flags]
  ybm cluster [command]

Available Commands:
  cert               Get the root CA certificate
  connection-pooling Manage Connection Pooling for a cluster
  create             Create a cluster
  db-audit-logging   Configure Database Audit Logging for your Cluster.
....
  • Describe cluster
# ybm cluster describe --cluster-name puppy-heavy-workload-lrc-aws --output=table
General
Name                           ID                                     Version          State     Health
puppy-heavy-workload-lrc-aws   00000000-0000-0000-0000-000000000000   2024.1.6.0-b53   ACTIVE    💚

Provider   Tier        Fault Tolerance   Nodes     Node Res.(Vcpu/Mem/DiskGB/IOPS)   Connection Pooling
AWS        Dedicated   ZONE, RF 3        6         4 / 16GB / 1300GB / 3000          ❌

....

@atharva-yb atharva-yb self-assigned this Aug 20, 2025
@atharva-yb atharva-yb requested a review from a team as a code owner August 20, 2025 08:23
Copy link
Copy Markdown
Collaborator

@posriniv posriniv left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@atharva-yb atharva-yb merged commit e706181 into main Aug 20, 2025
1 check passed
@atharva-yb atharva-yb deleted the atharva/remove_cp_ff branch August 20, 2025 17:09
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.

2 participants