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

added features field to kafka cluster #256

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

RamazanYapparov
Copy link
Contributor

Example response:

[
    {
        "brokerCount": 1,
        "bytesInPerSec": 0,
        "bytesOutPerSec": 0,
        "defaultCluster": null,
        "features": [],
        "name": "secondLocal",
        "onlinePartitionCount": 57,
        "readOnly": false,
        "status": "online",
        "topicCount": 5
    },
    {
        "brokerCount": 2,
        "bytesInPerSec": 0,
        "bytesOutPerSec": 0,
        "defaultCluster": null,
        "features": [
            "KAFKA_CONNECT",
            "SCHEMA_REGISTRY"
        ],
        "name": "local",
        "onlinePartitionCount": 85,
        "readOnly": false,
        "status": "online",
        "topicCount": 7
    }
]

@germanosin germanosin added this to the 0.1 milestone Mar 17, 2021
@germanosin germanosin added scope/backend type/enhancement En enhancement to an already existing feature labels Mar 17, 2021
Copy link
Member

@workshur workshur left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@germanosin germanosin left a comment

Choose a reason for hiding this comment

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

LGTM

@RamazanYapparov RamazanYapparov merged commit 217b363 into master Mar 18, 2021
@RamazanYapparov RamazanYapparov deleted the feature/add_features_list_to_clusters branch March 18, 2021 18:17
javalover123 pushed a commit to javalover123/kafka-ui that referenced this pull request Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/backend type/enhancement En enhancement to an already existing feature
Projects
No open projects
Kafka UI
  
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

3 participants