Skip to content

Commit

Permalink
Bug fixes in consumer group reset offset (#1340)
Browse files Browse the repository at this point in the history
Signed-off-by: hemahg <[email protected]>
  • Loading branch information
hemahg authored Jan 7, 2025
1 parent e3a820a commit eecac85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export function DryrunSelect({
}}
aria-label="dryrun toggle button"
onClick={onToggleClick}
isDisabled={isDisabled}
/>
)}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export function ResetOffset({
onClick={handleSave}
isDisabled={isLoading || !isEnabled}
>
{t("save")}
{t("reset")}
</Button>
<DryrunSelect
openDryrun={openDryrun}
Expand Down
6 changes: 3 additions & 3 deletions ui/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,12 +402,12 @@
"close": "Close",
"refresh": "Refresh and retry",
"cancel": "Cancel",
"reset_offset": "Reset consumer offset",
"reset_offset": "Reset consumer offsets",
"reset_offset_description": "Consumer group must be empty to reset offsets.",
"member_shutdown_helper_text": "To reset the consumer group offsets, all the active members must be shut down.",
"shutdown_active_members": "Shut down active members before proceeding",
"learn_to_shutdown_members": "Learn how to shut down members",
"reset_consumer_offset": "Reset consumer offset",
"reset_consumer_offset": "Reset consumer offsets",
"consumer_name": "Consumer group: <b>{consumerGroupName}</b>",
"target": "Target",
"apply_action_on": "Apply action on",
Expand All @@ -422,7 +422,7 @@
"specific_date_time": "Specific Date time"
},
"custom_offset": "Custom offset",
"save": "Save",
"reset": "Reset",
"dry_run": "Dry run",
"partitions": "Partitions",
"all_partitions": "All partitions",
Expand Down

0 comments on commit eecac85

Please sign in to comment.