+1 (non-binding)
- Start docker image standalone
- Test HTTP Sink
- Test Transformation Function
Best regards
Christophe
Le lun. 28 nov. 2022 à 13:57, guo jiwei a écrit :
> This is the second release candidate for Apache Pulsar, version 2.11.0.
>
> This release contains 1574 commits by 64 con
Hi all,
I'm starting the vote for PIP-224: Introduce TopicMessageId for
consumer's MessageId related APIs:
https://github.com/apache/pulsar/issues/18616
Here is the discussion thread:
https://lists.apache.org/thread/jhqy65cdyxzmmxnfsjm8rv9pbk76noxy
The vote will be open for at least 3 days.
Tha
GitHub user labuladong added a comment to the discussion: How to use JSON
schema in Pulsar function?
I compile source code on master branch of Pulsar, then I can read JSON data
with `GenericJsonRecord`. So this question is resolved by the new version.
GitHub link:
https://github.com/apache/p
+1(non-binding)
Thanks,
Baodi Shi
> 2022年12月5日 12:51,Yunze Xu 写道:
>
> Hi all,
>
> I'm starting the vote for PIP-224: Introduce TopicMessageId for
> consumer's MessageId related APIs:
> https://github.com/apache/pulsar/issues/18616
>
> Here is the discussion thread:
> https://lists.apache.org/
+1(non-binding)
Best,
Zike Yang
On Mon, Dec 5, 2022 at 2:41 PM Baodi Shi wrote:
>
> +1(non-binding)
>
> Thanks,
> Baodi Shi
>
> > 2022年12月5日 12:51,Yunze Xu 写道:
> >
> > Hi all,
> >
> > I'm starting the vote for PIP-224: Introduce TopicMessageId for
> > consumer's MessageId related APIs:
> > http
+1(non-binding)
Best,
Mattison
On Dec 5, 2022, 15:09 +0800, Zike Yang , wrote:
> +1(non-binding)
>
> Best,
> Zike Yang
>
> On Mon, Dec 5, 2022 at 2:41 PM Baodi Shi wrote:
> >
> > +1(non-binding)
> >
> > Thanks,
> > Baodi Shi
> >
> > > > 2022年12月5日 12:51,Yunze Xu 写道:
> > > >
> > > > Hi all,
> > >
Hello, everyone.
Since Apache Pulsar aims to be a pure asynchronous-based application, we can
introduce a blocked thread detector to check all threads.
That can help Apache Pulsar detect unexpected blocking calls that are blocking
other operations.
WDYT?
Best,
Mattison
GitHub user mattisonchao deleted a discussion: Use vert.x-web as our web server
Apache Pulsar is a fully asynchronous system, in the best practice of
asynchronous, we can not block any operations and support an excellent way to
handle backpressure.
Vert.x-web is a good component to be, it su