Mailing List Archive

perl's pulsar client
I saw apache pulsar has many clients in other languages such as python's:
http://pulsar.apache.org/docs/en/client-libraries-python/

But it lacks a perl client library.
Would anyone have the plan to make one?

Thanks.
Re: perl's pulsar client [ In reply to ]
This seems to demonstrate Pulsar with mojo.

https://www.perlmonks.org/?node_id=11123636

On Tue, Jan 26, 2021, 7:09 PM Wesley Peng <wesley@pengfamily.de> wrote:

> I saw apache pulsar has many clients in other languages such as python's:
> http://pulsar.apache.org/docs/en/client-libraries-python/
>
> But it lacks a perl client library.
> Would anyone have the plan to make one?
>
> Thanks.
>
Re: perl's pulsar client [ In reply to ]
I am looking for a native client library since there is the functions more than publish/consume I want.

Thanks.

On Wed, Jan 27, 2021, at 9:19 AM, Mithun Bhattacharya wrote:
> This seems to demonstrate Pulsar with mojo.
>
> https://www.perlmonks.org/?node_id=11123636
>
> On Tue, Jan 26, 2021, 7:09 PM Wesley Peng <wesley@pengfamily.de> wrote:
>> __
>> I saw apache pulsar has many clients in other languages such as python's:
>> http://pulsar.apache.org/docs/en/client-libraries-python/
>>
>> But it lacks a perl client library.
>> Would anyone have the plan to make one?
>>
>> Thanks.