We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Not runtime.
branch: develop
No response
The class ResetOffsetRequestHeader set wrong @RocketMQResource value in fields topic, group.
ResetOffsetRequestHeader
@RocketMQResource
topic
group
public class ResetOffsetRequestHeader extends TopicQueueRequestHeader { @CFNotNull @RocketMQResource(ResourceType.GROUP) // annotation value mismatch topic private String topic; @CFNotNull @RocketMQResource(ResourceType.TOPIC) // annotation value mismatch group private String group; ... }
In org.apache.rocketmq.remoting.protocol.header.ResetOffsetRequestHeader source file.
org.apache.rocketmq.remoting.protocol.header.ResetOffsetRequestHeader
Use correct annotion value in variables.
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
Not runtime.
RocketMQ version
branch: develop
JDK Version
No response
Describe the Bug
The class
ResetOffsetRequestHeaderset wrong@RocketMQResourcevalue in fieldstopic,group.Steps to Reproduce
In
org.apache.rocketmq.remoting.protocol.header.ResetOffsetRequestHeadersource file.What Did You Expect to See?
Use correct annotion value in variables.
What Did You See Instead?
Use correct annotion value in variables.
Additional Context
No response