You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/messages/en.json
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -474,9 +474,9 @@
474
474
"no_consumer_groups": "No groups",
475
475
"group_id": "Group ID",
476
476
"type": "Type",
477
-
"type_tooltip": "<p>The implementation type of the Kafka group (for example Classic, Consumer, or Streams).</p>",
477
+
"type_tooltip": "<p>The Kafka group type, such as Classic, Consumer, Streams, or Share.</p>",
478
478
"protocol": "Protocol",
479
-
"protocol_tooltip": "<p>The protocol used by group members to coordinate partition assignments and rebalancing (for example consumer, connect, or streams).</p>",
479
+
"protocol_tooltip": "<p>The protocol used by group members to coordinate partition assignments and rebalancing.</p>",
480
480
"state": "State",
481
481
"state_tooltip": "<p>Reflects the current operational state of the group.</p><p>Possible states include 'Stable,' 'Rebalancing,' or 'Empty.' 'Stable' indicates normal functioning, 'Rebalancing' means ongoing adjustments to the group's members, and 'Empty' suggests no active members.</p><p>If in the 'Empty' state, consider adding members to the group.</p>",
482
482
"overall_lag": "Overall lag",
@@ -543,7 +543,10 @@
543
543
"time_in_local": "Date-time is in local time zone",
544
544
"change_to_utc": "Change to UTC",
545
545
"no_offsets_found": "No offsets would be changed",
546
-
"no_offsets_found_description": "The selected timestamp did not match any offsets."
546
+
"no_offsets_found_description": "The selected timestamp did not match any offsets.",
547
+
"groups_alert": "Group types identify how Kafka client applications coordinate work. Types include Classic, Consumer, Share, and Streams. Consumer groups use a newer protocol than Classic groups.",
0 commit comments