apache / rocketmq

Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.
https://rocketmq.apache.org/
Apache License 2.0
21.26k stars 11.7k forks source link

[Enhancement] Replace channel.attr().set() and channel.attr().get() with RemotingHelper.getAttributeValue() and RemotingHelper.setPropertyToAttr() #8671

Closed qianye1001 closed 2 months ago

qianye1001 commented 2 months ago

Before Creating the Enhancement Request

Summary

Replace channel.attr().set() and channel.attr().get() with RemotingHelper.getAttributeValue() and RemotingHelper.setPropertyToAttr()

Motivation

both used in project may cause some confusion

Describe the Solution You'd Like

Replace channel.attr().set() and channel.attr().get() with RemotingHelper.getAttributeValue() and RemotingHelper.setPropertyToAttr()

Describe Alternatives You've Considered

null

Additional Context

No response