hecter-java-architect
hecter-java-architect
test ```java public static void main(String[] args) { List topics = Lists.newArrayList( "persistent://local-public/default/mixed-load-1-0-partition-0", "persistent://local-public/default/mixed-load-1-1-partition-0", "persistent://local-public/default/mixed-load-no-partten-1-0-partition-0"); List filteredTopics = TopicList.filterSystemTopic(topics); filteredTopics = TopicList.filterTopics(filteredTopics, "local-public/default/mixed-load-1-\\d{1,3}"); System.out.println(filteredTopics); } ``` result ``` [] Process...
The data of the /managed-ledgers path under zookeeper is very clear, so it will not be displayed
I found that in the `filterTopics` method, there are comments showing the section that should not contain partitions ```java // get topics that match 'topicsPattern' from original topics list //...
```java return original.stream() .map(TopicName::get) // should use TopicName::getPartitionedTopicName .map(TopicName::toString) .filter(topic -> shortenedTopicsPattern.matcher(SCHEME_SEPARATOR_PATTERN.split(topic)[1]).matches()) .collect(Collectors.toList()); ```
> 你好,@hecter-java-architect > > 您可以查看此处的讨论以获取解决方法。[#20716(在帖子中回复)](https://github.com/apache/pulsar/discussions/20716#discussioncomment-6679380) > > 我会开始讨论,看看什么行为是正确的,我们就可以让他们达成共识然后。 Thanks,I think that after this configuration `enableBrokerSideSubscriptionPatternEvaluation` is false, all topics will be returned to the client for filtering, which is not...
> @hecter-java-architect > > Yep, You are right. We should consider changing it, but it was introduced by a new proposal. let me issue a discussion for it. sure,when we...
Can this parameter be changed to a configuration item

我用的是自建的Qwen3,也是同样的问题,贴上我的配置 AI_PROVIDER=openai AI_MODEL: The model ID for your chosen provider (REQUIRED) AI_MODEL=Qwen3-30B-A3B-Thinking-2507 OpenAI Configuration OPENAI_API_KEY=XXX OPENAI_BASE_URL=XXX
我感觉是构建的问题,再前端控制台出现一个js 404,_vercel/insights/script.js