Skip to content

Commit

Permalink
Port 12483 Update blueprint for consumer groups in ports kafka integr…
Browse files Browse the repository at this point in the history
…ation (#1971)

* Update kafka.md

* Update kafka.md

---------

Co-authored-by: hadar-co <[email protected]>
  • Loading branch information
phalbert and hadar-co authored Jan 22, 2025
1 parent 6d9cfe7 commit 0da5266
Showing 1 changed file with 1 addition and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,51 +583,7 @@ resources:
"type": "array",
"description": "List of members in the consumer group.",
"items": {
"type": "object",
"properties": {
"id": {
"title": "Member ID",
"type": "string",
"description": "Unique identifier for the consumer member."
},
"client_id": {
"title": "Client ID",
"type": "string",
"description": "Client ID of the consumer member."
},
"host": {
"title": "Host",
"type": "string",
"description": "Host address of the consumer member."
},
"assignment": {
"title": "Assignment",
"type": "object",
"description": "Details of the topic partitions assigned to the member.",
"properties": {
"topic_partitions": {
"title": "Topic Partitions",
"type": "array",
"description": "List of topic-partition pairs assigned to the member.",
"items": {
"type": "object",
"properties": {
"topic": {
"title": "Topic",
"type": "string",
"description": "Name of the topic."
},
"partition": {
"title": "Partition",
"type": "number",
"description": "Partition number within the topic."
}
}
}
}
}
}
}
"type": "string"
}
},
"coordinator": {
Expand Down

0 comments on commit 0da5266

Please sign in to comment.