Hello pulsar community,
I'm starting the VOTE for PIP-231: Add metric for topic load failed.
Motivation:
Currently, we have a `topic_load_times` metric to track how long a topic
load succeeds.
But when loading a topic, there may be some chances the topic load failed
due to MetadataStore or Bookke
Hi everyone,
This is the second release candidate for the Apache Pulsar Node.js
client, version 1.8.0.
It fixes the following issues:
https://github.com/apache/pulsar-client-node/milestone/13?closed=1
Please download the source files and review this release candidate:
- Download the source packa
+1
Thanks,
Penghui
> On Dec 27, 2022, at 16:27, Jiuming Tao wrote:
>
> Hello pulsar community,
>
> I'm starting the VOTE for PIP-231: Add metric for topic load failed.
>
> Motivation:
> Currently, we have a `topic_load_times` metric to track how long a topic
> load succeeds.
> But when loadin
+1
Best,
Mattison
On Dec 27, 2022, 16:27 +0800, Jiuming Tao ,
wrote:
> Hello pulsar community,
>
> I'm starting the VOTE for PIP-231: Add metric for topic load failed.
>
> Motivation:
> Currently, we have a `topic_load_times` metric to track how long a topic
> load succeeds.
> But when loading a
+1 (non-binding)
system: mac os 12.6, Apple M1
maven: 3.8.5
java: OpenJDK 17.0.3
- Checked the signature
- Checked LICENSE
- Start standalone with zookeeper stream storage
- Publish and consume messages
- Verified Function and State Function
- Verified Cassandra connector
- Build from the source
+1(non-binding)
- Checked the source file shasum.
- Checked package run on ubuntu x64
- Checked package run on windows x64
Thanks,
Baodi Shi
> 2022年12月27日 16:29,Zike Yang 写道:
>
> Hi everyone,
>
> This is the second release candidate for the Apache Pulsar Node.js
> client, version 1.8.0.
>
+1(non-binding)
- Checked package run on ubuntu x64
- Checked package run on windows x64
- Checked package run on macOS arm64
Thanks,
Baodi Shi
> 2022年12月27日 16:29,Zike Yang 写道:
>
> Hi everyone,
>
> This is the second release candidate for the Apache Pulsar Node.js
> client, version 1.8.0.
Here is a repo to help you verify:
https://github.com/RobertIndie/pulsar-client-node-validation
You can read the README file for more information.
The automatic release validation workflow on multiple platforms has been passed:
https://github.com/RobertIndie/pulsar-client-node-validation/actions/ru
The Apache Pulsar team is proud to announce Apache Pulsar Client
Python version 3.0.0.
Pulsar is a highly scalable, low latency messaging platform running on
commodity hardware. It provides simple pub-sub semantics over topics,
guaranteed at-least-once delivery of messages, automatic cursor manage
Hi all,
As discussed at
https://lists.apache.org/thread/5obfm17g58n3dnbzyxg57vokgmwyp6hx
I have created this proposal to support shared thread pool across multiple
client instances
Here is the proposal link https://github.com/apache/pulsar/issues/19074
Please help take a look, and look forward to
I have created a proposal for sharing the thread pool across client
instances.
Here is the PIP discussion thread
https://lists.apache.org/thread/5jw06hqlmwnrgvbn9lfom1vkwhwqwwd4
Thanks for all your suggestions
-- Penghui
On Mon, Dec 26, 2022 at 9:39 PM PengHui Li wrote:
> > I think that we ca
+1 (binding)
- verified checksums and signatures
- built sources
- run some smoke tests using the binaries built from source and using
the staged binaries
great work
Enrico
Il giorno mar 27 dic 2022 alle ore 10:14 丛搏 ha scritto:
>
> +1 (non-binding)
>
> system: mac os 12.6, Apple M1
> maven: 3
I generally support this proposal,
this is a problem we have in the Proxy and I have seen it on
applications that need to connect to multiple different tenants
and they need different authentication parameters, so they have to
create many PulsarClient instances.
I have a suggestion:
Exposing all
+1 (binding)
- Checksum and signatures
- Built from sources using JDK 17 and maven 3.8.6
- Run rat check and check-binary-license on the source.
- Run Pulsar standalone
- Validate Pub/Sub and Java Functions
- Validate Connectors
- Validate Stateful Functions with `PULSAR_STANDALONE_USE_ZOOKE
Ah, got it.
It's a good idea for users to be aware of all shared resources.
I will change the proposal as per your suggestion
Thanks,
Penghui
On Tue, Dec 27, 2022 at 7:11 PM Enrico Olivelli wrote:
> I generally support this proposal,
> this is a problem we have in the Proxy and I have seen it
+1 (non-binding)
system: mac os 12.3.1, Intel
maven: 3.6.1
java: OpenJDK 17.0.1
- Checked the signature
- Checked LICENSE
- Start standalone
- Publish and consume messages
- Verified Function and State Function
- Verified Cassandra connector
- Build from the source package
- Run a simple transact
+1 (binding)
OS: macOS 13.0.1 (22A400)
maven: 3.8.6
JDK: java version "11.0.7" 2020-04-14 LTS
- Checked the signature
- Build from the source package
- Checked LICENSE
- Start standalone
- Publish and consume messages
- Verified Function and State Function
- Verified Cassandra connector
Thanks,
+1 (binding)
Thanks,
Hang
PengHui Li 于2022年12月22日周四 10:48写道:
>
> +1 (binding)
>
> Thanks,
> Penghui
>
> On Wed, Dec 21, 2022 at 10:18 AM 丛搏 wrote:
>
> > +1 (non-binding)
> >
> > Thanks,
> > Bo
> >
> > Yu 于2022年12月21日周三 09:51写道:
> > >
> > > +1
> > >
> > > On Tue, Dec 20, 2022 at 3:12 PM Yunze X
+1 (binding)
maven: 3.8.6
JDK: 17.0.3.1
OS: 12.6
- Checked the signature
- Build from the source package
- Checked LICENSE
- Start standalone
- Publish and consume messages
- Verified Function and State Function
- Verified Cassandra connector
Regards
Jiwei Guo (Tboy)
On Wed, Dec 28, 2022 at 9
After discussing with @hangc0276 offline, I decided to add a
`Schema` implementation in this proposal to serialize
both the owner topic and the base `MessageId`. You can see the latest
update on GitHub. If any of you have any concern, feel free to let me
know.
Thanks,
Yunze
On Mon, Dec 26, 2022 a
Hi, All
I'd like to start a discussion of this behaviour change as follow.
The issue is described here: https://github.com/apache/pulsar/issues/19085
And the fix PR here: https://github.com/apache/pulsar/pull/19086
---
Behaviour change:
Before: we can create non-existent persistent partition
+1 (non-binding)
- Checked npm package https://www.npmjs.com/package/pulsar-client/v/1.8.0-rc.2
- Checked source code + napi-darwin-unknown-arm64 work on macOS 12.6 (M1 Pro
chip)
Thanks,
Ran Gao
On 2022/12/27 08:29:35 Zike Yang wrote:
> Hi everyone,
>
> This is the second release candidate for
+1
Haiting
On Tue, Dec 27, 2022 at 5:05 PM wrote:
>
> +1
>
> Best,
> Mattison
> On Dec 27, 2022, 16:27 +0800, Jiuming Tao ,
> wrote:
> > Hello pulsar community,
> >
> > I'm starting the VOTE for PIP-231: Add metric for topic load failed.
> >
> > Motivation:
> > Currently, we have a `topic_load_
Hi qiang
I think this is a necessary fix, and it would be nice if more explicit
errors were given to the client.
Thanks
Yubiao
On Wed, Dec 28, 2022 at 12:43 PM wrote:
> Hi, All
>
> I'd like to start a discussion of this behaviour change as follow.
>
> The issue is described here:
> https://git
24 matches
Mail list logo