[GitHub] aahmed-se commented on a change in pull request #2578: Add support for schema extraction from a jar

2018-09-27 Thread GitBox
aahmed-se commented on a change in pull request #2578: Add support for schema extraction from a jar URL: https://github.com/apache/pulsar/pull/2578#discussion_r221139684 ## File path: tests/integration/src/test/java/org/apache/pulsar/tests/integration/schema/TestSchema.java

[GitHub] aahmed-se commented on issue #2504: Add Presto Sql Test

2018-09-27 Thread GitBox
aahmed-se commented on issue #2504: Add Presto Sql Test URL: https://github.com/apache/pulsar/pull/2504#issuecomment-425308098 run java8 tests This is an automated message from the Apache Git Service. To respond to the

[GitHub] srkukarni closed pull request #2670: Fixed HTTP redirects with proxy handler

2018-09-27 Thread GitBox
srkukarni closed pull request #2670: Fixed HTTP redirects with proxy handler URL: https://github.com/apache/pulsar/pull/2670 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[pulsar] branch master updated: Fixed HTTP redirects with proxy handler (#2670)

2018-09-27 Thread sanjeevrk
This is an automated email from the ASF dual-hosted git repository. sanjeevrk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 2c2e0dd Fixed HTTP redirects with proxy

[GitHub] aahmed-se commented on issue #2504: Add Presto Sql Test

2018-09-27 Thread GitBox
aahmed-se commented on issue #2504: Add Presto Sql Test URL: https://github.com/apache/pulsar/pull/2504#issuecomment-425284906 run java8 tests This is an automated message from the Apache Git Service. To respond to the

[GitHub] srkukarni commented on issue #1950: Enable Pulsar Functions to be deployed on a kubernetes cluster

2018-09-27 Thread GitBox
srkukarni commented on issue #1950: Enable Pulsar Functions to be deployed on a kubernetes cluster URL: https://github.com/apache/pulsar/pull/1950#issuecomment-425281983 run cpp tests This is an automated message from the

[GitHub] srkukarni commented on issue #2670: Fixed HTTP redirects with proxy handler

2018-09-27 Thread GitBox
srkukarni commented on issue #2670: Fixed HTTP redirects with proxy handler URL: https://github.com/apache/pulsar/pull/2670#issuecomment-425275922 run cpp tests This is an automated message from the Apache Git Service. To

[GitHub] srkukarni commented on issue #1950: Enable Pulsar Functions to be deployed on a kubernetes cluster

2018-09-27 Thread GitBox
srkukarni commented on issue #1950: Enable Pulsar Functions to be deployed on a kubernetes cluster URL: https://github.com/apache/pulsar/pull/1950#issuecomment-425271825 run cpp tests This is an automated message from the

[pulsar] branch master updated: Python Functions support topic pattern, so removing this check (#2668)

2018-09-27 Thread sanjeevrk
This is an automated email from the ASF dual-hosted git repository. sanjeevrk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new edd4bed Python Functions support topic

[GitHub] jerrypeng commented on issue #2642: Duplicate classes caught by maven-enforcer-plugin

2018-09-27 Thread GitBox
jerrypeng commented on issue #2642: Duplicate classes caught by maven-enforcer-plugin URL: https://github.com/apache/pulsar/issues/2642#issuecomment-425254004 The reason this happens if because in Pulsar different modules depend on different version of the same dependencies. While I

[GitHub] aahmed-se commented on issue #2504: Add Presto Sql Test

2018-09-27 Thread GitBox
aahmed-se commented on issue #2504: Add Presto Sql Test URL: https://github.com/apache/pulsar/pull/2504#issuecomment-425236769 run java8 tests This is an automated message from the Apache Git Service. To respond to the

[GitHub] ivankelly opened a new pull request #2669: Clarify and add tests for schema change scenarios

2018-09-27 Thread GitBox
ivankelly opened a new pull request #2669: Clarify and add tests for schema change scenarios URL: https://github.com/apache/pulsar/pull/2669 A producer with a schema can attach to a topic if - the topic does not exist - the topic exists but currently has no schema - the topic

[GitHub] srkukarni commented on issue #2668: Python Functions support topic pattern, so removing this check

2018-09-27 Thread GitBox
srkukarni commented on issue #2668: Python Functions support topic pattern, so removing this check URL: https://github.com/apache/pulsar/pull/2668#issuecomment-425197039 run cpp tests This is an automated message from the

[GitHub] srkukarni commented on issue #2668: Python Functions support topic pattern, so removing this check

2018-09-27 Thread GitBox
srkukarni commented on issue #2668: Python Functions support topic pattern, so removing this check URL: https://github.com/apache/pulsar/pull/2668#issuecomment-425177628 run cpp tests run java8 tests This is an automated

[GitHub] srkukarni commented on a change in pull request #1950: Enable Pulsar Functions to be deployed on a kubernetes cluster

2018-09-27 Thread GitBox
srkukarni commented on a change in pull request #1950: Enable Pulsar Functions to be deployed on a kubernetes cluster URL: https://github.com/apache/pulsar/pull/1950#discussion_r221000501 ## File path:

[GitHub] massakam commented on issue #2666: Specific topic becomes unavailable due to failure of cursor recovery

2018-09-27 Thread GitBox
massakam commented on issue #2666: Specific topic becomes unavailable due to failure of cursor recovery URL: https://github.com/apache/pulsar/issues/2666#issuecomment-425056258 If ManagedCursorImpl has been modified as follows, the cursor recovery is successfully completed and the topic

[pulsar] branch asf-site updated: Updated site at revision 30f6935

2018-09-27 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/asf-site by this push: new 0949858 Updated site at revision 30f6935

[GitHub] codelipenghui commented on a change in pull request #2659: Add backlog quota configuration on topic

2018-09-27 Thread GitBox
codelipenghui commented on a change in pull request #2659: Add backlog quota configuration on topic URL: https://github.com/apache/pulsar/pull/2659#discussion_r220808092 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java

[GitHub] sijie commented on issue #2659: Add backlog quota configuration on topic

2018-09-27 Thread GitBox
sijie commented on issue #2659: Add backlog quota configuration on topic URL: https://github.com/apache/pulsar/pull/2659#issuecomment-424973614 @codelipenghui yes. let's create an issue as a master issue for tracking the support of topic-level policies.

[GitHub] sijie commented on issue #2665: Pass all Apache Project Website Checks

2018-09-27 Thread GitBox
sijie commented on issue #2665: Pass all Apache Project Website Checks URL: https://github.com/apache/pulsar/issues/2665#issuecomment-424973002 thank you @maskit This is an automated message from the Apache Git Service. To

[GitHub] sijie closed pull request #2612: Allow byte[] keys for messages (#1016)

2018-09-27 Thread GitBox
sijie closed pull request #2612: Allow byte[] keys for messages (#1016) URL: https://github.com/apache/pulsar/pull/2612 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[pulsar] branch master updated: Allow byte[] keys for messages (#1016) (#2612)

2018-09-27 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 30f6935 Allow byte[] keys for messages (#1016)