pulsar-client-go
                                
                                 pulsar-client-go copied to clipboard
                                
                                    pulsar-client-go copied to clipboard
                            
                            
                            
                        Check ParseTopicName() return err
@EAHITechnology Any update for this?
I think we already tested the topics with func validateTopicNames(topics ...string) ([]*internal.TopicName, error), so could you please fill this PR's content to help us understand the context and what issue is trying to solve? thanks.
I think we already tested the topics with
func validateTopicNames(topics ...string) ([]*internal.TopicName, error), so could you please fill this PR's content to help us understand the context and what issue is trying to solve? thanks.
hello @freeznet In ParseTopicName, we threw an error, but during the call, we ignored the error. such as:
in filterTopics
tn, _ := internal.ParseTopicName(t)
in GetTopicMetrics:
tn, _ := ParseTopicName(t)