[GitHub] sijie commented on a change in pull request #3271: remove function details from v3 function endpoints

2018-12-31 Thread GitBox
sijie commented on a change in pull request #3271: remove function details from v3 function endpoints URL: https://github.com/apache/pulsar/pull/3271#discussion_r244626847 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/FunctionsBase.java ##

[GitHub] merlimat commented on issue #3272: After #3228, removed usages of deprecated client API

2018-12-31 Thread GitBox
merlimat commented on issue #3272: After #3228, removed usages of deprecated client API URL: https://github.com/apache/pulsar/pull/3272#issuecomment-450703604 (Removed `ProducerConfiguration` from flink streaming connector API. Since it was not yet release, there is no API compatibility is

[pulsar] branch master updated: Relay on CompletableFuture utils (#3270)

2018-12-31 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli 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 adc6fc0 Relay on CompletableFuture utils (#3270

[GitHub] merlimat closed pull request #3270: Relay on CompletableFuture utils

2018-12-31 Thread GitBox
merlimat closed pull request #3270: Relay on CompletableFuture utils URL: https://github.com/apache/pulsar/pull/3270 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 reques

[GitHub] merlimat opened a new pull request #3272: After #3228, removed usages of deprecated client API

2018-12-31 Thread GitBox
merlimat opened a new pull request #3272: After #3228, removed usages of deprecated client API URL: https://github.com/apache/pulsar/pull/3272 ### Motivation * Refactored tests and other parts to only use the non deprecated methods. * Removed the interfaces that were already c

[GitHub] jerrypeng opened a new pull request #3271: remove function details from v3 function endpoints

2018-12-31 Thread GitBox
jerrypeng opened a new pull request #3271: remove function details from v3 function endpoints URL: https://github.com/apache/pulsar/pull/3271 ### Motivation Allowing users to submit a json representation of a FunctionDetails object should not be allowed for v3 endpoints since we hav

[GitHub] lovelle opened a new pull request #3270: Relay on CompletableFuture utils

2018-12-31 Thread GitBox
lovelle opened a new pull request #3270: Relay on CompletableFuture utils URL: https://github.com/apache/pulsar/pull/3270 ### Motivation Use static method `allOf()` from CompletableFuture instead of custom logic to return a new future which represents the completion of each receiv

[pulsar] branch master updated: add sink and source prometheus stats (#3261)

2018-12-31 Thread jerrypeng
This is an automated email from the ASF dual-hosted git repository. jerrypeng 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 5cc4dd8 add sink and source prometheus stats

[GitHub] jerrypeng closed pull request #3261: add sink and source prometheus stats

2018-12-31 Thread GitBox
jerrypeng closed pull request #3261: add sink and source prometheus stats URL: https://github.com/apache/pulsar/pull/3261 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 r

[GitHub] merlimat commented on a change in pull request #3263: Improve documentation for message routing mode

2018-12-31 Thread GitBox
merlimat commented on a change in pull request #3263: Improve documentation for message routing mode URL: https://github.com/apache/pulsar/pull/3263#discussion_r244540163 ## File path: site2/docs/concepts-messaging.md ## @@ -199,15 +199,32 @@ Partitioned topics need to be

[GitHub] merlimat commented on a change in pull request #3263: Improve documentation for message routing mode

2018-12-31 Thread GitBox
merlimat commented on a change in pull request #3263: Improve documentation for message routing mode URL: https://github.com/apache/pulsar/pull/3263#discussion_r244540073 ## File path: site2/docs/concepts-messaging.md ## @@ -199,15 +199,32 @@ Partitioned topics need to be

[GitHub] merlimat commented on a change in pull request #3263: Improve documentation for message routing mode

2018-12-31 Thread GitBox
merlimat commented on a change in pull request #3263: Improve documentation for message routing mode URL: https://github.com/apache/pulsar/pull/3263#discussion_r244540052 ## File path: site2/docs/concepts-messaging.md ## @@ -199,15 +199,32 @@ Partitioned topics need to be

[GitHub] merlimat commented on a change in pull request #3263: Improve documentation for message routing mode

2018-12-31 Thread GitBox
merlimat commented on a change in pull request #3263: Improve documentation for message routing mode URL: https://github.com/apache/pulsar/pull/3263#discussion_r244540057 ## File path: site2/docs/concepts-messaging.md ## @@ -199,15 +199,32 @@ Partitioned topics need to be

[GitHub] merlimat commented on a change in pull request #3263: Improve documentation for message routing mode

2018-12-31 Thread GitBox
merlimat commented on a change in pull request #3263: Improve documentation for message routing mode URL: https://github.com/apache/pulsar/pull/3263#discussion_r244540054 ## File path: site2/docs/concepts-messaging.md ## @@ -199,15 +199,32 @@ Partitioned topics need to be

[pulsar] branch master updated: [flink-consumer-source] fix flink streaming connector examples to be consistent with batch examples (#3265)

2018-12-31 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 ab39aeb [flink-consumer-source] fix flink strea

[GitHub] sijie closed pull request #3265: [flink-consumer-source] fix up streaming to be consistent with batch

2018-12-31 Thread GitBox
sijie closed pull request #3265: [flink-consumer-source] fix up streaming to be consistent with batch URL: https://github.com/apache/pulsar/pull/3265 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

[GitHub] merlimat opened a new pull request #3269: Release notes and website update for 2.2.1

2018-12-31 Thread GitBox
merlimat opened a new pull request #3269: Release notes and website update for 2.2.1 URL: https://github.com/apache/pulsar/pull/3269 ### Motivation Release notes and website update This is an automated message from the

[GitHub] tuteng commented on a change in pull request #3268: Optimization of binlog to pulsar use canal

2018-12-31 Thread GitBox
tuteng commented on a change in pull request #3268: Optimization of binlog to pulsar use canal URL: https://github.com/apache/pulsar/pull/3268#discussion_r244569918 ## File path: pulsar-io/canal/src/main/java/org/apache/pulsar/io/canal/CanalAbstractSource.java ## @@ -131,