You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
TopicConfigAndQueueMapping extends from the TopicConfig class but does not override the toString method. This results in situations where they appear equal when printed, but in reality, the equals method returns false. T his can be highly confusing for anyone observing this behavior.
Motivation
Avoid unnecessary misunderstandings
Describe the Solution You'd Like
as mentioned above
Describe Alternatives You've Considered
as mentioned above
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before Creating the Enhancement Request
Summary
TopicConfigAndQueueMapping extends from the TopicConfig class but does not override the toString method. This results in situations where they appear equal when printed, but in reality, the equals method returns false. T his can be highly confusing for anyone observing this behavior.
Motivation
Avoid unnecessary misunderstandings
Describe the Solution You'd Like
as mentioned above
Describe Alternatives You've Considered
as mentioned above
Additional Context
No response
The text was updated successfully, but these errors were encountered: