Re: perl's pulsar client
"Wesley Peng" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> 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.