Skip to content

Commit

Permalink
fix variables match annotation (@RocketMQResource) (#8821)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawen12 authored Oct 18, 2024
1 parent 031687d commit 01f9848
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ public class ResetOffsetRequestHeader extends TopicQueueRequestHeader {

@CFNotNull
@RocketMQResource(ResourceType.GROUP)
private String topic;
private String group;

@CFNotNull
@RocketMQResource(ResourceType.TOPIC)
private String group;
private String topic;

private int queueId = -1;

Expand Down

0 comments on commit 01f9848

Please sign in to comment.