[GitHub] foreversunyao commented on issue #3365: create_topic_with_check_namespaces_cluster

2019-01-18 Thread GitBox
foreversunyao commented on issue #3365: create_topic_with_check_namespaces_cluster URL: https://github.com/apache/pulsar/pull/3365#issuecomment-455756414 rerun integration tests This is an automated message from the Apache

[GitHub] merlimat commented on issue #3388: [Go Client] - Add ability to send an atomic batch

2019-01-18 Thread GitBox
merlimat commented on issue #3388: [Go Client] - Add ability to send an atomic batch URL: https://github.com/apache/pulsar/issues/3388#issuecomment-455743288 @imaramos > Currently the producer batching is a buffer that is flushed according with batching configs. The problem is

[GitHub] foreversunyao commented on issue #3365: create_topic_with_check_namespaces_cluster

2019-01-18 Thread GitBox
foreversunyao commented on issue #3365: create_topic_with_check_namespaces_cluster URL: https://github.com/apache/pulsar/pull/3365#issuecomment-455728144 rerun java8 tests This is an automated message from the Apache Git

[GitHub] jerrypeng commented on issue #3383: refactor AuthorizationProvider interface to allow custom logic for determining super user

2019-01-18 Thread GitBox
jerrypeng commented on issue #3383: refactor AuthorizationProvider interface to allow custom logic for determining super user URL: https://github.com/apache/pulsar/pull/3383#issuecomment-455673411 rerun integration tests

[GitHub] jerrypeng removed a comment on issue #3383: refactor AuthorizationProvider interface to allow custom logic for determining super user

2019-01-18 Thread GitBox
jerrypeng removed a comment on issue #3383: refactor AuthorizationProvider interface to allow custom logic for determining super user URL: https://github.com/apache/pulsar/pull/3383#issuecomment-455639039 rerun integrations tests

[GitHub] jerrypeng commented on issue #3383: refactor AuthorizationProvider interface to allow custom logic for determining super user

2019-01-18 Thread GitBox
jerrypeng commented on issue #3383: refactor AuthorizationProvider interface to allow custom logic for determining super user URL: https://github.com/apache/pulsar/pull/3383#issuecomment-455639039 rerun integrations tests

[GitHub] jerrypeng commented on issue #3383: refactor AuthorizationProvider interface to allow custom logic for determining super user

2019-01-18 Thread GitBox
jerrypeng commented on issue #3383: refactor AuthorizationProvider interface to allow custom logic for determining super user URL: https://github.com/apache/pulsar/pull/3383#issuecomment-455639292 rerun integration tests

[GitHub] merlimat merged pull request #3384: fix get topic name for python functions when subscribing from regex topic

2019-01-18 Thread GitBox
merlimat merged pull request #3384: fix get topic name for python functions when subscribing from regex topic URL: https://github.com/apache/pulsar/pull/3384 This is an automated message from the Apache Git Service. To

[pulsar] branch master updated: fix get topic name for input message (#3384)

2019-01-18 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 550bccb fix get topic name for input message

[GitHub] merlimat commented on issue #3374: CPP Client - Removing boost dependencies from interface.

2019-01-18 Thread GitBox
merlimat commented on issue #3374: CPP Client - Removing boost dependencies from interface. URL: https://github.com/apache/pulsar/pull/3374#issuecomment-455632147 @jai1 I think we should probably convert every usage of `boost::*_pointer` in the codebase in one single commit, not just the

[GitHub] rdhabalia opened a new pull request #3389: [cpp-client] add support of receiveAsync API

2019-01-18 Thread GitBox
rdhabalia opened a new pull request #3389: [cpp-client] add support of receiveAsync API URL: https://github.com/apache/pulsar/pull/3389 ### Motivation In many cases, client requires receiveAsync() api in Consumer. This api is already available into java-client but doesn't exist

[GitHub] rdhabalia closed pull request #577: CPP add receiveAsync API

2019-01-18 Thread GitBox
rdhabalia closed pull request #577: CPP add receiveAsync API URL: https://github.com/apache/pulsar/pull/577 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use

[GitHub] merlimat commented on issue #3387: [docs] Fix several typos in Kafka Wrapper

2019-01-18 Thread GitBox
merlimat commented on issue #3387: [docs] Fix several typos in Kafka Wrapper URL: https://github.com/apache/pulsar/pull/3387#issuecomment-455624194 run integration tests This is an automated message from the Apache Git

[pulsar] branch master updated: [cpp-build] support run specific cpp-test using docker build script (#3386)

2019-01-18 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 484efa2 [cpp-build] support run specific

[GitHub] merlimat merged pull request #3386: [cpp-build] support run specific cpp-test using docker build script

2019-01-18 Thread GitBox
merlimat merged pull request #3386: [cpp-build] support run specific cpp-test using docker build script URL: https://github.com/apache/pulsar/pull/3386 This is an automated message from the Apache Git Service. To respond to

[GitHub] imaramos opened a new issue #3388: [Go Client] - Add ability to send an atomic batch

2019-01-18 Thread GitBox
imaramos opened a new issue #3388: [Go Client] - Add ability to send an atomic batch URL: https://github.com/apache/pulsar/issues/3388 **Is your feature request related to a problem? Please describe.** In this moment we can't produce/send an atomic batch throught de client.

[GitHub] ambition119 commented on a change in pull request #3368: Issue #3290 Pulsar IO connector for Hbase sink

2019-01-18 Thread GitBox
ambition119 commented on a change in pull request #3368: Issue #3290 Pulsar IO connector for Hbase sink URL: https://github.com/apache/pulsar/pull/3368#discussion_r248911596 ## File path: pulsar-io/hbase/src/main/java/org/apache/pulsar/io/hbase/sink/HbaseAbstractSink.java

[GitHub] jiazhai commented on issue #3332: Cannot use topics regex pattern with using Go package (v2.2.1)

2019-01-18 Thread GitBox
jiazhai commented on issue #3332: Cannot use topics regex pattern with using Go package (v2.2.1) URL: https://github.com/apache/pulsar/issues/3332#issuecomment-455532272 will check and fix it. This is an automated message

[pulsar.wiki] branch master updated: Updated Client Features Matrix (markdown)

2019-01-18 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.wiki.git The following commit(s) were added to refs/heads/master by this push: new 9ede465 Updated Client Features Matrix

[GitHub] ambition119 edited a comment on issue #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi

2019-01-18 Thread GitBox
ambition119 edited a comment on issue #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi URL: https://github.com/apache/pulsar/pull/3379#issuecomment-455463515 > FWIW, I have create Pulsar Processors for Apache NiFi. > >

[GitHub] ambition119 commented on a change in pull request #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi

2019-01-18 Thread GitBox
ambition119 commented on a change in pull request #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi URL: https://github.com/apache/pulsar/pull/3379#discussion_r248970636 ## File path:

[GitHub] ambition119 commented on a change in pull request #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi

2019-01-18 Thread GitBox
ambition119 commented on a change in pull request #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi URL: https://github.com/apache/pulsar/pull/3379#discussion_r248970464 ## File path:

[GitHub] ambition119 edited a comment on issue #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi

2019-01-18 Thread GitBox
ambition119 edited a comment on issue #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi URL: https://github.com/apache/pulsar/pull/3379#issuecomment-455463515 > FWIW, I have create Pulsar Processors for Apache NiFi. > >

[GitHub] ambition119 commented on a change in pull request #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi

2019-01-18 Thread GitBox
ambition119 commented on a change in pull request #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi URL: https://github.com/apache/pulsar/pull/3379#discussion_r248962239 ## File path:

[GitHub] ambition119 commented on a change in pull request #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi

2019-01-18 Thread GitBox
ambition119 commented on a change in pull request #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi URL: https://github.com/apache/pulsar/pull/3379#discussion_r248961875 ## File path:

[GitHub] ambition119 commented on issue #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi

2019-01-18 Thread GitBox
ambition119 commented on issue #3379: Issue #3378: [pulsar-io] Support Pulsar to receive and send data from Apache NiFi URL: https://github.com/apache/pulsar/pull/3379#issuecomment-455463515 > FWIW, I have create Pulsar Processors for Apache NiFi. > >