Re: [DISSCUSS] [PIP-150] Support read the message of startMessageId position on the broker side

2022-03-25 Thread Enrico Olivelli
Il Ven 25 Mar 2022, 17:36 Zixuan Liu ha scritto: > Hi Pulsar community, > > I create a PIP for support read the message of `startMessageId` position on > the broker side. > > The proposal can be found: https://github.com/apache/pulsar/issues/14883 > > - > ## Motivation > > Currently, the

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #101: `AuthenticateUsingToken(Func> tokenFactory)` is not a part of 2.3.0

2022-03-25 Thread GitBox
blankensteiner commented on issue #101: URL: https://github.com/apache/pulsar-dotpulsar/issues/101#issuecomment-1079449756 Did you manage to locate the problem? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [pulsar-helm-chart] samzph opened a new issue #253: Proxy DNS Does not function properly when using an external endpoint

2022-03-25 Thread GitBox
samzph opened a new issue #253: URL: https://github.com/apache/pulsar-helm-chart/issues/253 **Describe the bug** When attempting to connect via the proxy using an ingress with a custom URL, an error is thrown: `Resolve error: asio.netdb:1 : Host not found (authoritative)`, presumably du

[DISSCUSS] [PIP-150] Support read the message of startMessageId position on the broker side

2022-03-25 Thread Zixuan Liu
Hi Pulsar community, I create a PIP for support read the message of `startMessageId` position on the broker side. The proposal can be found: https://github.com/apache/pulsar/issues/14883 - ## Motivation Currently, the Pulsar-client supports setting the `startMessageId` for Consumer and

Re: broker v 2.8.3 failed to start with missing jar error

2022-03-25 Thread tamer Abdlatif
I found out the issue at my side , sorry about that. Thanks and Best Regards Tamer On Fri, Mar 25, 2022 at 3:58 PM tamer Abdlatif wrote: > Hi Team, > > I installed broker 2.8.3 and when try to start it fails with below error > > ls: cannot access > /opt/pulsar/apache-pulsar-2.8.3/lib/org.aspect

broker v 2.8.3 failed to start with missing jar error

2022-03-25 Thread tamer Abdlatif
Hi Team, I installed broker 2.8.3 and when try to start it fails with below error ls: cannot access /opt/pulsar/apache-pulsar-2.8.3/lib/org.aspectj-aspectjweaver-*.jar: No such file or directory Error opening zip file or JAR manifest missing : Error occurred during initialization of VM agent libr

[GitHub] [pulsar-helm-chart] djayan07 opened a new issue #252: installation problem with kubernetes 1.22.5 and cert-manager 1.5

2022-03-25 Thread GitBox
djayan07 opened a new issue #252: URL: https://github.com/apache/pulsar-helm-chart/issues/252 **installation problem with kubernetes 1.22.5 and cert-manager 1.5** ``` Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error v

Re: [DISCUSS] Set EntryCache evict task interval directly

2022-03-25 Thread Aloys Zhang
There is no objection for a couple of days. I'll send a PR according to what we have discussed. Aloys Zhang 于2022年3月18日周五 21:53写道: > > > > What's more, the evict task is executed once, and then sleep > waitTimeMillis > > > before the next round, we can use a ScheduledExecutorService to > replace

[GitHub] [pulsar-helm-chart] filipecaixeta commented on issue #250: make proxy httpNumThreads configurable

2022-03-25 Thread GitBox
filipecaixeta commented on issue #250: URL: https://github.com/apache/pulsar-helm-chart/issues/250#issuecomment-1078963665 @lhotari can you review this for me? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [DISCUSSION][PIP-146] ManagedCursorInfo compression

2022-03-25 Thread Zixuan Liu
Hi Enrico, Could you review https://github.com/apache/pulsar/pull/14542? Thanks for your time! Thanks, Zixuan Enrico Olivelli 于2022年3月6日周日 04:55写道: > Good proposal. > It is important that this is disabled by default otherwise we cannot easily > support the rollback > > Apart from that I don't

Re: [Guideline] Pulsar PR Naming Convention

2022-03-25 Thread Yu
Hi Dave, Thanks for your suggestions! > Our guidelines should make it super easy to make contributions. This guideline is quite easy to use/understand/find because: 1) If you review PRs recently, you'll find that many contributors start following this guideline. This is the most positive feedba

Re: [Guideline] Pulsar PR Naming Convention

2022-03-25 Thread Yu
Hi Lari, Thanks for your suggestions! > In Git, the convention is to have a subject line (title) with no more than 50 characters. When you start adding all kinds of tags in brackets in the title, there won't be much left for the actual content. I think the guideline does not conflict with Git me