Slack digest for #dev - 2019-12-12

2019-12-12 Thread Apache Pulsar Slack
2019-12-11 09:11:57 UTC - juraj: here u can see how i'm cleaning the EKS env, and that the ZK init task had been run only single time: 2019-12-11 09:12:31 UTC - juraj: so if u can think of any other reason than those two, that might be the way forward 2019-12-11 09:14:12 UTC - Sijie Guo

Build failed in Jenkins: pulsar-website-build #843

2019-12-12 Thread Apache Jenkins Server
See Changes: [47805623+Jennifer88huang] Fix typo in functions-worker.md (#5838) [47805623+Jennifer88huang] [Issue 5708][docs] correct some wrong info about persistent topics ---

[GitHub] [pulsar-client-node] danielfigueiredo opened a new issue #61: Support for Avro schema on `createProducer`

2019-12-12 Thread GitBox
danielfigueiredo opened a new issue #61: Support for Avro schema on `createProducer` URL: https://github.com/apache/pulsar-client-node/issues/61 Would it be possible to add a `schema` property on the config object that initializes `createProducer`? Similar to what Python does, we could ini

Activating TLS in kubernetes

2019-12-12 Thread Frédéric Roy
Hi, at this moment I'm trying to setup TLS encryption for Pulsar in Kubernetes. I followed https://pulsar.apache.org/docs/en/2.4.2/deploy-kubernetes/#deploying-pulsar-components-helm but it seem that I need to change the broker, proxy deployment yaml. The reason is that I need to activate the T

Re: Activating TLS in kubernetes

2019-12-12 Thread Chris Bartholomew
Hi Frédéric, I just created an open-source Helm repo that has the charts that we use for our managed Pulsar service, which includes TLS configuration options (plus much more). You can find it here: Helm Chart for an Apache Pulsar Cluster | | | | Helm Chart for an Apache Pulsar Cluster Helm

Re: Activating TLS in kubernetes

2019-12-12 Thread Chris Bartholomew
In the response that I received, the URL for the Helm repo didn't show up. I think my mail client messed it up. Just in case, here is the site name: helm.kafkaesque.io Cheers,Chris On Thursday, December 12, 2019, 02:20:57 PM EST, Chris Bartholomew wrote: Hi Frédéric, I just created