[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #68: Consuming a Message generated by a Python Pulsar Function puts Consumer in Faulted state.

2021-02-10 Thread GitBox
blankensteiner commented on issue #68: URL: https://github.com/apache/pulsar-dotpulsar/issues/68#issuecomment-777258631 I tried producing some messages from a java client with batching enabled, creating batches containing 1 to multiple messages. I was able to read the messages just fine fr

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #68: Consuming a Message generated by a Python Pulsar Function puts Consumer in Faulted state.

2021-02-10 Thread GitBox
blankensteiner commented on issue #68: URL: https://github.com/apache/pulsar-dotpulsar/issues/68#issuecomment-776893360 Hi @oven-baked Thanks for the bug report, I'll look into this tomorrow. Can you confirm that the Python function is batching messages?

Re: Five minute interview blog posts

2021-02-10 Thread Jonathan Ellis
I'd also like to figure out how we can get the TGI Pulsar videos featured more prominently. Those are really well done. On Wed, Feb 10, 2021 at 3:58 AM Sijie Guo wrote: > Thanks, everyone for the input! > > I think there are two different things mixing together here. One is the > improvement on

[GitHub] [pulsar-dotpulsar] oven-baked opened a new issue #68: Consuming a Message generated by a Python Pulsar Function puts Consumer in Faulted state.

2021-02-10 Thread GitBox
oven-baked opened a new issue #68: URL: https://github.com/apache/pulsar-dotpulsar/issues/68 I've been generating messages in a Python Pulsar function and spitting them out a receiving topic. When I consume from that topic using the client app bundled with Pulsar, everything works o

Re: Five minute interview blog posts

2021-02-10 Thread Anonymitaet _
- Agree that we can add "case study" since it takes the attention off Pulsar itself and focuses on the users' perspectives (e.g. how Pulsar can be used, how Pulsar fits their situation, etc.). - Besides, do we consider adding "Book and Paper" section? It is one way to demonstrate that Pulsar is

Re: [VOTE] Pulsar Client Go Release 0.4.0 Candidate 1

2021-02-10 Thread Yuri Mizushima
+1 (non-binding) * check shasum * run simple producer/consumer/reader and found no problem. Thank you for your work! nits: Is this signature right? In my environment, checked it and found "No public key" error. https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-go-0.4.0-candidate-1/apa

Re: Five minute interview blog posts

2021-02-10 Thread Sijie Guo
Thanks, everyone for the input! I think there are two different things mixing together here. One is the improvement on the documentation which provides more information about use cases and makes the Pulsar documentation site more searchable; the other one is what content to be hosted on the projec

Re: Pulsar Server on JDK11 - initial discussion

2021-02-10 Thread Enrico Olivelli
Renkai, Il giorno mer 10 feb 2021 alle ore 09:35 Renkai Ge ha scritto: > LGTM if I don’t understand wrong. > > The key point is to build docker image in Java 11 so that new Pulsar users > can start with Java 11 easier, but existing users can still have freedom to > choose Java 8 or 11 as they wi

Re: [PIP-78] Reduce redundant producers from partitioned producer

2021-02-10 Thread Yuri Mizushima
Sijie, > If the lazy-loading approach sounds attractive to you and you like it, > maybe the next step is to update the PIP, what do you think? I think so too. I will update the PIP after discussing the authn/authz issue. Regards, -- Yuri Mizushima yumiz...@yahoo-corp.jp "Sijie Guo" wrote:

Re: Pulsar Server on JDK11 - initial discussion

2021-02-10 Thread Renkai Ge
LGTM if I don’t understand wrong. The key point is to build docker image in Java 11 so that new Pulsar users can start with Java 11 easier, but existing users can still have freedom to choose Java 8 or 11 as they wish. > 2021年2月9日 下午5:41,Enrico Olivelli 写道: > > Yunze, > It's not exactly as yo