[GitHub] [pulsar-helm-chart] eolivelli commented on pull request #161: Bump Pulsar version to 2.8.1

2022-01-02 Thread GitBox
eolivelli commented on pull request #161: URL: https://github.com/apache/pulsar-helm-chart/pull/161#issuecomment-1003724823 @thomasechen you can override the docker image in your values.yaml file -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [pulsar-adapters] aditiwari01 commented on pull request #31: [Issue #29] [pulsar-spark] Adding SparkPulsarReliableReceiver

2022-01-02 Thread GitBox
aditiwari01 commented on pull request #31: URL: https://github.com/apache/pulsar-adapters/pull/31#issuecomment-1003896760 Did anyone get a chance to review this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [pulsar-helm-chart] lhotari opened a new pull request #192: [CI] Upgrade k8s to 1.18 and also upgrade helm, kind & chart releaser versions

2022-01-02 Thread GitBox
lhotari opened a new pull request #192: URL: https://github.com/apache/pulsar-helm-chart/pull/192 ### Motivation Currently k8s 1.14 version is used in CI to verify the Helm chart changes. k8s 1.14 became end-of-life [2019-12-11 , over 2 years ago](https://kubernetes.io/releas

[GitHub] [pulsar-adapters] eolivelli commented on a change in pull request #31: [Issue #29] [pulsar-spark] Adding SparkPulsarReliableReceiver

2022-01-02 Thread GitBox
eolivelli commented on a change in pull request #31: URL: https://github.com/apache/pulsar-adapters/pull/31#discussion_r777321048 ## File path: pulsar-spark/src/main/scala/org/apache/spark/streaming/pulsar/SparkStreamingReliablePulsarReceiver.scala ## @@ -0,0 +1,181 @@ +/** +

[GitHub] [pulsar-adapters] aditiwari01 commented on a change in pull request #31: [Issue #29] [pulsar-spark] Adding SparkPulsarReliableReceiver

2022-01-02 Thread GitBox
aditiwari01 commented on a change in pull request #31: URL: https://github.com/apache/pulsar-adapters/pull/31#discussion_r777326350 ## File path: pulsar-spark/src/main/scala/org/apache/spark/streaming/pulsar/SparkStreamingReliablePulsarReceiver.scala ## @@ -0,0 +1,181 @@ +/**

[GitHub] [pulsar-helm-chart] lhotari opened a new pull request #193: [CI] Add job 45min timeout and cancel duplicate jobs

2022-01-02 Thread GitBox
lhotari opened a new pull request #193: URL: https://github.com/apache/pulsar-helm-chart/pull/193 ### Motivation - CI jobs timeout after several hours and this wastes CI resources - When making multiple changes to a PR job, the previous jobs keep on running. This wastes CI resourc