[GitHub] [pulsar-client-node] deekshith-elear opened a new issue #148: Appropriate authentication method for Tuya cloud

2021-03-25 Thread GitBox
deekshith-elear opened a new issue #148: URL: https://github.com/apache/pulsar-client-node/issues/148 Hi, Tuya cloud is providing accesskey and accessId to authenicate to their pulsar message queue. What is the appropriate authentication between `AuthenticationTls, AuthenticationAthenz,

Re: Enhancements to Pulsar IO

2021-03-25 Thread Enrico Olivelli
Sijie, I have a proposal that fits your points and my needs 1. Introduce a new PulsarObject interface, that is a wrapper for any data type interface PulsarObject { Schema/SchemaType getSchemaType(); Object getPayload(); } 2. Make GenericRecord extend PulsarObject interface GenericReco

Re: PIP 76: Streaming Offload

2021-03-25 Thread Michael Marshall
Thanks for letting me know, Sijie. I will take a look at the PR. Do you have a sense of whether or not the PR was close to completion? Are there other follow up PRs needed for the PIP? If you aren't sure, I can try to figure that out too. Thanks, Michael On Thu, Mar 25, 2021 at 4:32 PM Sijie Guo

Re: Pulsar CI build queues are long and there is a very small number of GitHub Runner VMs processing build jobs

2021-03-25 Thread Michael Marshall
+1 to improving the CI. I'm unable to help with either of your questions, though. Thanks for pushing this forward. Michael Marshall On Thu, Mar 25, 2021 at 7:14 AM Lari Hotari wrote: > Hi all, > > Pulsar CI build queues are long and there is a very small number of GitHub > Runner VMs processin

Re: [ANNOUNCE] New committer: Bo Cong

2021-03-25 Thread Huanli Meng
Congratulations, Bo. BR//Huanli Meng > On Mar 26, 2021, at 6:50 AM, Sijie Guo wrote: > > Congrats Bo! Nice work on contributing the Pulsar transaction feature! > > - Sijie > > On Wed, Mar 24, 2021 at 6:55 PM PengHui Li > wrote: > The Project Management Committee (P

Re: [ANNOUNCE] New committer: Ran Gao

2021-03-25 Thread Sijie Guo
Congrats Ran! Nice work on contributing the Pulsar transaction feature! - Sijie On Thu, Mar 25, 2021 at 11:09 AM Cem Aladogan wrote: > Well done Ran! > > > On 25 Mar 2021, at 09:52, Dianjin Wang wrote: > > > > Congratulations! > > > > Best, > > Dianjin Wang > > > > On Thu, Mar 25, 2021 at 9:54

Re: [ANNOUNCE] New committer: Bo Cong

2021-03-25 Thread Sijie Guo
Congrats Bo! Nice work on contributing the Pulsar transaction feature! - Sijie On Wed, Mar 24, 2021 at 6:55 PM PengHui Li wrote: > The Project Management Committee (PMC) for Apache Pulsar has invited Bo > Cong > to become a committer and we are pleased to announce that he has accepted. > > Cong

Re: Enhancements to Pulsar IO

2021-03-25 Thread Sijie Guo
Hi Enrico, In general, I would suggest separating the general-purpose sink from the schema object. I know they are related. But it unnecessarily makes the conversation much complicated. I would actually suggest keeping the conversation around the generic "auto consumes" schema first. Once that is

Re: PIP 76: Streaming Offload

2021-03-25 Thread Sijie Guo
Michael - The work is still in progress. I am not sure if we are able to meet the 2.8.0 release due to some other priorities. If you are interested in staffing this feature, I think you can take over the #9202 part. Thanks, Sijie On Tue, Mar 23, 2021 at 7:57 PM Michael Marshall wrote: > Hi Ren

Re: Pulsar Feature Matrix sheet - Client - Functions

2021-03-25 Thread Sijie Guo
Jennifer - Great work! Thank you for driving that! - Sijie On Tue, Mar 23, 2021 at 9:16 AM Yuva raj wrote: > This is a Great Initiative! Thanks a lot Jinfeng. > > On Tue, 23 Mar 2021 at 21:36, Jinfeng Huang wrote: > >> Dear Pulsar community members, >> >> The Pulsar Client and Functions featur

[GitHub] [pulsar-helm-chart] sheperdsonbrown opened a new issue #111: Replicate support for logger level found in StreamNative chart

2021-03-25 Thread GitBox
sheperdsonbrown opened a new issue #111: URL: https://github.com/apache/pulsar-helm-chart/issues/111 **Is your feature request related to a problem? Please describe.** A feature already developed in the StreamNative chart supports changing the logger level dynamically via a deployment fo

Re: [ANNOUNCE] New committer: Ran Gao

2021-03-25 Thread Cem Aladogan
Well done Ran! > On 25 Mar 2021, at 09:52, Dianjin Wang wrote: > > Congratulations! > > Best, > Dianjin Wang > > On Thu, Mar 25, 2021 at 9:54 AM PengHui Li wrote: >> >> The Project Management Committee (PMC) for Apache Pulsar has invited Ran Gao >> to become a committer and we are pleased to

Pulsar CI build queues are long and there is a very small number of GitHub Runner VMs processing build jobs

2021-03-25 Thread Lari Hotari
Hi all, Pulsar CI build queues are long and there is a very small number of GitHub Runner VMs processing build jobs. I don't have extensive statistics, but whenever I have gone to the "in progress" listing of the build queue in the last recent days, it has been never higher than 25. For example,

[GitHub] [pulsar-manager] tuteng merged pull request #375: [Offload] Add offload threshold input

2021-03-25 Thread GitBox
tuteng merged pull request #375: URL: https://github.com/apache/pulsar-manager/pull/375 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, pl

[GitHub] [pulsar-manager] tuteng closed issue #374: Triggering offload from topic view broken

2021-03-25 Thread GitBox
tuteng closed issue #374: URL: https://github.com/apache/pulsar-manager/issues/374 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please

[GitHub] [pulsar-manager] marksilcox opened a new issue #377: pulsar-manager.account does not have permissions to add environment

2021-03-25 Thread GitBox
marksilcox opened a new issue #377: URL: https://github.com/apache/pulsar-manager/issues/377 When I disable user management so can use the `pulsar-manager.account`, the user does not have permissions to add environments. I believe it may be due to the missing `headers.add("role", "admin");

[GitHub] [pulsar-client-node] tuteng commented on pull request #138: Support end to end encryption for node client

2021-03-25 Thread GitBox
tuteng commented on pull request #138: URL: https://github.com/apache/pulsar-client-node/pull/138#issuecomment-806461974 The test failed due to a deb package issue, which will be fixed later -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [pulsar-client-node] tuteng commented on pull request #138: Support end to end encryption for node client

2021-03-25 Thread GitBox
tuteng commented on pull request #138: URL: https://github.com/apache/pulsar-client-node/pull/138#issuecomment-806439444 Now that 2.7.1 has been released, this feature is available, I fixed your comment, PTAL @massakam Thanks -- This is an automated message from the Apache Git Service.