[GitHub] [pulsar-helm-chart] chlyzzo opened a new issue #160: helm install --valtopic lose: ues examples/values-minikube.yaml --set initialize=true --namespace pulsar-st pulsar-minikube ./charts/pulsa

2021-09-07 Thread GitBox
chlyzzo opened a new issue #160: URL: https://github.com/apache/pulsar-helm-chart/issues/160 **Is your feature request related to a problem? Please describe.** first, i clone apache/pulsar-helm-chart, on k8s machine, i use the command: --- helm install --values examples/values-

[GitHub] [pulsar-manager] javahongxi opened a new issue #417: How to build and startup pulsar-manager in IDEA?

2021-09-07 Thread GitBox
javahongxi opened a new issue #417: URL: https://github.com/apache/pulsar-manager/issues/417 I want to build the source code of pulsar-manager, and startup it in IDEA. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[DISCUSS] Update the default log pattern

2021-09-07 Thread tom lee
Hello dev list, As mentioned in this issue(https://github.com/apache/pulsar/issues/8298), there is no date in pulsar's log at present, only time. Sometimes it's not easy to track problems. To facilitate problem tracking, unify the pulsar's format, we plan to update pulsar's default log pattern. (

Re: PIP: Topic policy across multiple clusters

2021-09-07 Thread PengHui Li
>From the PulsarAdmin Java API perspective, looks like we need to add a new param `isGlobal` for all topic policy set/get/remove methods. Example: setRetention(String topic, RetentionPolicies retention) ===> setRetention(String topic, RetentionPolicies retention, boolean isGlobal); void removeRet

Re: [VOTE] Pulsar Release 2.8.1 Candidate 3

2021-09-07 Thread Massimiliano Mirelli
пн, 6 сент. 2021 г., 19:26 Enrico Olivelli : > Il Lun 6 Set 2021, 16:37 Massimiliano Mirelli < > massimilianomirelli...@gmail.com> ha scritto: > > > Thank you for the rc. > > > > +1 (nonbinding) > > > >- Built from source code > >- Verified checksums and signatures > >- Run distributed

Re: [DISCUSS] Update the default log pattern

2021-09-07 Thread PengHui Li
LGTM, I have added the tag `release/note-required` to make sure the change will be highlighted in the release note. Thanks, Penghui On Tue, Sep 7, 2021 at 4:41 PM tom lee wrote: > Hello dev list, > > As mentioned in this issue(https://github.com/apache/pulsar/issues/8298), > there is no date in

Re: [DISCUSS] Update the default log pattern

2021-09-07 Thread tom lee
Thanks @Penghui for your comments. I added timezone in log pattern. Do other guys have any questions or concerns about this change? Looking forward to your reply and discussion. before the change: [image: before-change.jpg] after the change: [image: after-change.jpg] Regards, Tom PengHui Li 于

Re: [DISCUSS] Update the default log pattern

2021-09-07 Thread Ivan Kelly
Hi Tom, The images seem to be stripped by the mailing list. Perhaps post them to the PR. Cheers, Ivan On Tue, Sep 7, 2021 at 1:30 PM tom lee wrote: > Thanks @Penghui for your comments. > > I added timezone in log pattern. Do other guys have any questions or > concerns about this change? Lookin

Re: [DISCUSS] Update the default log pattern

2021-09-07 Thread tom lee
Thanks @Ivan for reminding me. Ivan Kelly 于2021年9月7日周二 下午8:34写道: > Hi Tom, > > The images seem to be stripped by the mailing list. Perhaps post them to > the PR. > > Cheers, > Ivan > > On Tue, Sep 7, 2021 at 1:30 PM tom lee wrote: > > > Thanks @Penghui for your comments. > > > > I added timezon

[GitHub] [pulsar-helm-chart] frankjkelly commented on a change in pull request #159: Fix #152 Helm chart does not support Istio port naming

2021-09-07 Thread GitBox
frankjkelly commented on a change in pull request #159: URL: https://github.com/apache/pulsar-helm-chart/pull/159#discussion_r703497200 ## File path: charts/pulsar/templates/bookkeeper-service.yaml ## @@ -33,7 +33,7 @@ metadata: spec: ports: - name: bookie -port: {{

Re: [VOTE] Pulsar Release 2.8.1 Candidate 3

2021-09-07 Thread Hang Chen
Hi Massimiliano, Thanks for your test, we should push a PR to add +x permission for docker/pulsar/scripts/* files, not just *.sh when build source tarball. Thanks, Hang Massimiliano Mirelli 于2021年9月7日周二 下午4:54写道: > пн, 6 сент. 2021 г., 19:26 Enrico Olivelli : > > > Il Lun 6 Set 2021, 16:37

Re: [VOTE] Pulsar Release 2.8.1 Candidate 3

2021-09-07 Thread Hang Chen
Thanks for the validation. Close this vote with 3 +1(binding), 2 +1(non-binding) I will start the subsequent release work soon. Thanks, Hang Hang Chen 于2021年9月7日周二 下午9:14写道: > Hi Massimiliano, > Thanks for your test, we should push a PR to add +x permission for > docker/pulsar/scripts/*

[DISCUSS] Update the default log pattern

2021-09-07 Thread tom lee
Hello dev list, As mentioned in this issue(https://github.com/apache/pulsar/issues/8298), there is no date in pulsar's log at present, only time. Sometimes it's not easy to track problems. To facilitate problem tracking, unify the pulsar's format, we plan to update pulsar's default log pattern. (

Re: [DISCUSS] Update the default log pattern

2021-09-07 Thread Michael Marshall
Thanks for posting this on the dev mailing list, Tom. Would you also post it to the users ML (us...@pulsar.apache.org)? Thanks, Michael On Tue, Sep 7, 2021 at 7:36 AM tom lee wrote: > Thanks @Ivan for reminding me. > > Ivan Kelly 于2021年9月7日周二 下午8:34写道: > > > Hi Tom, > > > > The images seem to

Re: [DISCUSS] Update the default log pattern

2021-09-07 Thread tom lee
Thanks @Michael for your comments and suggestions. I just sent it to the users ML. Michael Marshall 于2021年9月8日周三 上午5:15写道: > Thanks for posting this on the dev mailing list, Tom. Would you also post > it to the users ML (us...@pulsar.apache.org)? > > Thanks, > Michael > > On Tue, Sep 7, 2021 at

[PIP 94] Message converter at broker level

2021-09-07 Thread Yunze Xu
Hi, folks I’ve created PIP 94, see https://github.com/apache/pulsar/issues/11962 for details. PTAL and give your suggestions if you have any concern. Thanks, Yunze

[Proposal] Make Dispatcher pluggable

2021-09-07 Thread linlin
# Motivation There are many users who need to use tag messages. The implementation of this part has also been discussed before: https://lists.apache.org/list.html?*@pulsar.apache.org:lte=2y:Proposal%20for%20Consumer%20Filtering%20in%20Pulsar%20brokers I suggest to plug-in the Dispatcher, so that

Re: [Proposal] Make Dispatcher pluggable

2021-09-07 Thread Enrico Olivelli
Lin, Il giorno mer 8 set 2021 alle ore 07:34 linlin ha scritto: > # Motivation > > There are many users who need to use tag messages. The implementation of > this part has also been discussed before: > > > https://lists.apache.org/list.html?*@pulsar.apache.org:lte=2y:Proposal%20for%20Consumer%20

Re: PIP-93 Pulsar Proxy Protocol Handlers

2021-09-07 Thread Enrico Olivelli
(ping) Il giorno ven 3 set 2021 alle ore 14:06 Enrico Olivelli ha scritto: > Sijie, > Thanks for your questions, answers inline below. > > Il giorno gio 2 set 2021 alle ore 02:23 Sijie Guo ha > scritto: > >> I would like to see the clarification between the broker protocol handlers >> and prox