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

feat(provider/kafka): add support to reset multiple groups at once (#480) #481

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

fhussonnois
Copy link
Member

@fhussonnois fhussonnois commented Aug 10, 2024

This commit adds the following params to the KafkaConsumerGroupsResetOffsets action:

  • --groups
  • --all
  • --includes
  • --excludes
    Example:
jikkou action KafkaConsumerGroupsResetOffsets execute --all  --to-earliest --topic test

Fixes:

  • Fix a deadlock on the reset action

Fix: #480

)

This commit adds the following params to the KafkaConsumerGroupsResetOffsets action:
* --groups
* --all
* --includes
* --excludes

Fixes:
* Fix a deadlock on the reset action

Fix: #480
@fhussonnois fhussonnois force-pushed the feat/multi-consumer-reset branch from c6840e5 to 92a7514 Compare August 10, 2024 14:13
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@fhussonnois fhussonnois merged commit 33001b8 into main Aug 10, 2024
5 of 6 checks passed
@fhussonnois fhussonnois deleted the feat/multi-consumer-reset branch August 12, 2024 12:03
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.

Feature: Add support to reset multiple consumer groups at once
1 participant