Before Creating the Enhancement Request
Summary
Validate lite.bind.topic as a standard RocketMQ topic name for LiteTopic groups.
Motivation
Empty or invalid lite.bind.topic can create invalid LiteTopic group metadata and be misclassified in admin/metadata paths.
Describe the Solution You'd Like
Use TopicValidator#validateTopic to validate lite.bind.topic because the parent topic is a regular RocketMQ topic.
Describe Alternatives You've Considered
Only checking non-empty values is insufficient because invalid topic names could still be accepted.
Additional Context
No response
Before Creating the Enhancement Request
Summary
Validate lite.bind.topic as a standard RocketMQ topic name for LiteTopic groups.
Motivation
Empty or invalid lite.bind.topic can create invalid LiteTopic group metadata and be misclassified in admin/metadata paths.
Describe the Solution You'd Like
Use TopicValidator#validateTopic to validate lite.bind.topic because the parent topic is a regular RocketMQ topic.
Describe Alternatives You've Considered
Only checking non-empty values is insufficient because invalid topic names could still be accepted.
Additional Context
No response