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
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Describe the bug topics in KafkaTopicManager will cache PersistentTopic by brokerService.getTopic, it's unnecessary because PersistentTopic is cached in brokerService.getTopic. we should remove it to avoid getting a null topic.
Describe the bug
topicsinKafkaTopicManagerwill cachePersistentTopicbybrokerService.getTopic, it's unnecessary becausePersistentTopicis cached inbrokerService.getTopic. we should remove it to avoid getting anulltopic.