Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter to filter out internal topics in TopicHandler #616

Merged

Conversation

brandboat
Copy link
Member

resolve #597

@chia7712
Copy link
Contributor

@brandboat 不好意思,這隻PR可能需要等 #617 完成後並且合併後才能開始審查

@brandboat brandboat force-pushed the feature/filter-out-internal-topics branch from 937514c to 00b6dea Compare August 25, 2022 11:47
Copy link
Contributor

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@brandboat 感謝patch,整體很棒,補上一個測試後我就會合併了

* @param listInternal should list internal topics or not
* @return names of topics
*/
Set<String> topicNames(boolean listInternal);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可否給這個方法也加上測試?

@brandboat brandboat force-pushed the feature/filter-out-internal-topics branch from 00b6dea to dd5c177 Compare August 25, 2022 15:42
@chia7712 chia7712 merged commit 56efb26 into opensource4you:main Aug 25, 2022
@brandboat brandboat deleted the feature/filter-out-internal-topics branch August 26, 2022 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a flag to filter out internal topics in list topics web api
2 participants