Re: [VOTE] Pulsar Release 2.7.3 Candidate 2

2021-07-29 Thread 丛搏
Hi, I test again on my mac. environment: macOS. command: mvn clean install -am -pl pulsar-broker Most of the tests fail because the test has not been modified, only `org.apache.pulsar.broker.admin.TopicPoliciesTest.testRestart` run fail because ` https://github.com/apache/pulsar/pull/11294`

[GitHub] [pulsar-adapters] afedulov opened a new issue #27: PulsarKafkaProducer/Consumer do not set required configuration properties.

2021-07-29 Thread GitBox
afedulov opened a new issue #27: URL: https://github.com/apache/pulsar-adapters/issues/27 **Describe the bug** ``` new PulsarKafkaProducer<>( props, new StringSerializer(), new StringSerializer<>()); ``` fails with ``` org.apache.kafka.common.config.ConfigException:

Pulsar Summit Europe: Save the Date

2021-07-29 Thread Jinfeng Huang
Dear Pulsar and BookKeeper community members, We're excited to announce the first-ever Pulsar Virtual Summit Europe on October 6th! Save the date and hear from top companies and Pulsar thought leaders at this one day virtual event. The Pulsar Summit North America and Asia events featured 80+ spea

Re: [VOTE] Pulsar Release 2.7.3 Candidate 2

2021-07-29 Thread Enrico Olivelli
I am performing again my tests, sorry for so late reply. If you see that some tests are consistently failing and we already have a fix, in my humble opinion it is better to apply the fix and roll a new release. There is no hurry to approve a release. In Apache we are primarily releasing the sou

[Discuss] Optimize the performance of creating Topic

2021-07-29 Thread linlin
Creating a topic will first check whether the topic already exists. The verification will read all topics under the namespace, and then traverse these topics to see if the topic already exists. When there are a large number of topics under the namespace(about 300,000 topics), less than 10 topics ca

[GitHub] [pulsar-helm-chart] toneill818 opened a new pull request #140: Add Support for imagePullSecrets

2021-07-29 Thread GitBox
toneill818 opened a new pull request #140: URL: https://github.com/apache/pulsar-helm-chart/pull/140 Fixes #125 ### Motivation The default images in the values.yaml are in docker hub. This PR allows us to provide image pull secrets for the containers which will allow us to get

[GitHub] [pulsar-helm-chart] volgorean opened a new pull request #141: Updates CA name generation to be configurable

2021-07-29 Thread GitBox
volgorean opened a new pull request #141: URL: https://github.com/apache/pulsar-helm-chart/pull/141 Updates CA name generation to be configurable allowing the swapping in of a CA. ### Motivation We recently swapped out cert issuers and found that with the current helm chart w