[GitHub] hrsakai commented on a change in pull request #1838: Pulsar Go client docs

2018-06-12 Thread GitBox
hrsakai commented on a change in pull request #1838: Pulsar Go client docs URL: https://github.com/apache/incubator-pulsar/pull/1838#discussion_r194632090 ## File path: site/docs/latest/clients/go.md ## @@ -0,0 +1,589 @@ +--- +title: The Pulsar Go client +tags: [client,

[GitHub] sijie commented on issue #1861: Cpp client: add getLastMessageId and hasMessageAvailable in consmer and reader

2018-06-12 Thread GitBox
sijie commented on issue #1861: Cpp client: add getLastMessageId and hasMessageAvailable in consmer and reader URL: https://github.com/apache/incubator-pulsar/pull/1861#issuecomment-396494884 @zhaijack can you review and address @ivankelly 's comments?

[incubator-pulsar] branch asf-site updated: Updated site at revision 673db8b

2018-06-12 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/incubator-pulsar.git The following commit(s) were added to refs/heads/asf-site by this push: new 957d542 Updated site at revision

[GitHub] massakam commented on issue #1951: Fixed Python sample code

2018-06-12 Thread GitBox
massakam commented on issue #1951: Fixed Python sample code URL: https://github.com/apache/incubator-pulsar/pull/1951#issuecomment-396520596 retest this please This is an automated message from the Apache Git Service. To

[GitHub] massakam opened a new pull request #1951: Fixed Python sample code

2018-06-12 Thread GitBox
massakam opened a new pull request #1951: Fixed Python sample code URL: https://github.com/apache/incubator-pulsar/pull/1951 Since there is a mistake in the sample code of Python, received messages can not be displayed correctly. ```py print("Received message '%s' id='%s'",

[GitHub] sijie commented on issue #1090: Allow to configure all options when using Kafka wrapper

2018-06-12 Thread GitBox
sijie commented on issue #1090: Allow to configure all options when using Kafka wrapper URL: https://github.com/apache/incubator-pulsar/issues/1090#issuecomment-396477016 @Horaddrim you are welcome to send a pull request. if you encounter any problems, feel free to ask questions at here,

[GitHub] lzaugg commented on issue #271: Consider using gRPC as an externally exposed API

2018-06-12 Thread GitBox
lzaugg commented on issue #271: Consider using gRPC as an externally exposed API URL: https://github.com/apache/incubator-pulsar/issues/271#issuecomment-396630590 Having gRPC as an alternative to the Web Socket service would be awesome. gRPC has built-in support for bidirectional streams

[GitHub] jerrypeng commented on a change in pull request #1845: Functions schema integration

2018-06-12 Thread GitBox
jerrypeng commented on a change in pull request #1845: Functions schema integration URL: https://github.com/apache/incubator-pulsar/pull/1845#discussion_r194921655 ## File path: pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/source/PulsarSource.java

[GitHub] jerrypeng commented on a change in pull request #1845: Functions schema integration

2018-06-12 Thread GitBox
jerrypeng commented on a change in pull request #1845: Functions schema integration URL: https://github.com/apache/incubator-pulsar/pull/1845#discussion_r194921578 ## File path: pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/source/PulsarSource.java

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396788417 Should I restart bookie after bookieformat?

[GitHub] sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396786817 okay. so the problem is the bookies didn't start correctly. there is a mechanism in bookkeeper to

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396793056 Bookie doesn't start .. 19:22:42.675 [main] INFO

[GitHub] jerrypeng commented on a change in pull request #1956: Add function-package-url support in function cli add url support to function cli

2018-06-12 Thread GitBox
jerrypeng commented on a change in pull request #1956: Add function-package-url support in function cli add url support to function cli URL: https://github.com/apache/incubator-pulsar/pull/1956#discussion_r194959000 ## File path:

[GitHub] jerrypeng commented on a change in pull request #1956: Add function-package-url support in function cli add url support to function cli

2018-06-12 Thread GitBox
jerrypeng commented on a change in pull request #1956: Add function-package-url support in function cli add url support to function cli URL: https://github.com/apache/incubator-pulsar/pull/1956#discussion_r194958861 ## File path:

[GitHub] merlimat opened a new pull request #1955: Workaround for ZK 3.4->3.5 upgrade

2018-06-12 Thread GitBox
merlimat opened a new pull request #1955: Workaround for ZK 3.4->3.5 upgrade URL: https://github.com/apache/incubator-pulsar/pull/1955 ### Motivation In current master code we have upgrade ZK version to 3.5, same version already used by BK to avoid all shading in internal

[GitHub] rdhabalia opened a new pull request #1956: Add function-package-url support in function cli add url support to function cli

2018-06-12 Thread GitBox
rdhabalia opened a new pull request #1956: Add function-package-url support in function cli add url support to function cli URL: https://github.com/apache/incubator-pulsar/pull/1956 ### Motivation Pulsar-Function supports package-url from which worker can download and load function

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396789524 19:00:27.594 [main-EventThread] INFO org.apache.bookkeeper.zookeeper.ZooKeeperWatcherBase -

[GitHub] sijie commented on issue #1955: Workaround for ZK 3.4->3.5 upgrade

2018-06-12 Thread GitBox
sijie commented on issue #1955: Workaround for ZK 3.4->3.5 upgrade URL: https://github.com/apache/incubator-pulsar/pull/1955#issuecomment-396792331 awesome job! This is an automated message from the Apache Git Service. To

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396795541 Attached logs for your reference

[GitHub] jerrypeng commented on a change in pull request #1956: Add function-package-url support in function cli add url support to function cli

2018-06-12 Thread GitBox
jerrypeng commented on a change in pull request #1956: Add function-package-url support in function cli add url support to function cli URL: https://github.com/apache/incubator-pulsar/pull/1956#discussion_r194959166 ## File path:

[GitHub] sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396765546 > Tried ./bin/bookkeeper shell listbookies -rw and it shows up lot of logs ..do you need them ?

[GitHub] Horaddrim commented on issue #1090: Allow to configure all options when using Kafka wrapper

2018-06-12 Thread GitBox
Horaddrim commented on issue #1090: Allow to configure all options when using Kafka wrapper URL: https://github.com/apache/incubator-pulsar/issues/1090#issuecomment-396777377 Really thank you @merlimat and @sijie ! I've already checked these materials, so ASAP I'll start working in this

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396781464 Unfortunately nothing on port 3181..Is my configuration above for starting broker correct? I

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396789828 Fails with the same error after "bookieformat"

[GitHub] sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396791638 @dsambandam sorry you might need to remove cookie as well. try `bin/bookkeeper shell

[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-06-12 Thread jai1
This is an automated email from the ASF dual-hosted git repository. jai1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.wiki.git The following commit(s) were added to refs/heads/master by this push: new 0d12687 Updated Release process

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396784882 Also when useHostNameAsBookieID is set to true and bookie restarted , process fails with the

[GitHub] sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396788980 @dsambandam yes. This is an

[GitHub] hrsakai opened a new pull request #1957: Update pulsar cpp client docs

2018-06-12 Thread GitBox
hrsakai opened a new pull request #1957: Update pulsar cpp client docs URL: https://github.com/apache/incubator-pulsar/pull/1957 ### Motivation `cmake` command failed with below error on ubuntu-16.04. ``` $ cd pulsar-client-cpp $ cmake . CMake Error: The following

[GitHub] srkukarni commented on a change in pull request #1956: Add function-package-url support in function cli add url support to function cli

2018-06-12 Thread GitBox
srkukarni commented on a change in pull request #1956: Add function-package-url support in function cli add url support to function cli URL: https://github.com/apache/incubator-pulsar/pull/1956#discussion_r194958845 ## File path:

[GitHub] jerrypeng commented on a change in pull request #1845: Functions schema integration

2018-06-12 Thread GitBox
jerrypeng commented on a change in pull request #1845: Functions schema integration URL: https://github.com/apache/incubator-pulsar/pull/1845#discussion_r194920693 ## File path: pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/JavaInstance.java

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

2018-06-12 Thread GitBox
sijie commented on issue #1950: Enable Pulsar Functions to be deployed on a kubernetes cluster URL: https://github.com/apache/incubator-pulsar/pull/1950#issuecomment-396793328 I think it depends what is the direction we are taking here. are we going to manage the lifecycle of k8s jobs,

[GitHub] sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396793646 @dsambandam do you have more logging around this? also can you share your bookkeeper.conf?

[GitHub] jerrypeng closed pull request #1954: adding protobuf schema check support

2018-06-12 Thread GitBox
jerrypeng closed pull request #1954: adding protobuf schema check support URL: https://github.com/apache/incubator-pulsar/pull/1954 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

[incubator-pulsar] branch master updated: adding protobuf schema check support (#1954)

2018-06-12 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 311817f adding protobuf schema

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396795541 Attached logs for your reference

[GitHub] sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396747148 @dsambandam "Not enough non-faulty bookie" means there are not enough bookies. a couple of

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396742632 @sijie useHostNameAsBookieID to true (worked fine) but having issues with brokers

[GitHub] merlimat commented on issue #1952: Fix race in MultiTopicsConsumerImpl#redeliverUnacknowledgedMessages

2018-06-12 Thread GitBox
merlimat commented on issue #1952: Fix race in MultiTopicsConsumerImpl#redeliverUnacknowledgedMessages URL: https://github.com/apache/incubator-pulsar/pull/1952#issuecomment-396751932 retest this please This is an automated

[GitHub] sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396736615 @dsambandam I think there is a problem on bookkeeper handling ipv6 ip address. I will file an

[GitHub] dsambandam opened a new issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam opened a new issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953 Expected behavior Successful Bookie sanity after starting bookies in IPV6 Actual behavior

[GitHub] sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
sijie commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396738745 @dsambandam same thing might happen to brokers as well. you might consider using

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

2018-06-12 Thread GitBox
jerrypeng commented on issue #1950: Enable Pulsar Functions to be deployed on a kubernetes cluster URL: https://github.com/apache/incubator-pulsar/pull/1950#issuecomment-396756570 @sijie can you comment on @srkukarni's above comment

[GitHub] sijie commented on issue #271: Consider using gRPC as an externally exposed API

2018-06-12 Thread GitBox
sijie commented on issue #271: Consider using gRPC as an externally exposed API URL: https://github.com/apache/incubator-pulsar/issues/271#issuecomment-396703859 > Having gRPC as an alternative to the Web Socket service would be awesome. gRPC has built-in support for bidirectional streams

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396752764 I am running 3 bookies ...how should I run the below command [root@carocnxodapa1v

[GitHub] jerrypeng opened a new pull request #1954: adding protobuf schema check support

2018-06-12 Thread GitBox
jerrypeng opened a new pull request #1954: adding protobuf schema check support URL: https://github.com/apache/incubator-pulsar/pull/1954 Add support to generate schemas for protobuf classes via avro-protobuf library. This allow us to generate an Avro schema from a protobuf class

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396755923 Tried ./bin/bookkeeper shell listbookies -rw and it shows up lot of logs ..do you need them ?

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

2018-06-12 Thread GitBox
srkukarni commented on issue #1950: Enable Pulsar Functions to be deployed on a kubernetes cluster URL: https://github.com/apache/incubator-pulsar/pull/1950#issuecomment-396690471 @jerrypeng wrt k8 run/kill my feeling is that it will be too nested(pusar functions k8 run, so 4 nesting),

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

2018-06-12 Thread GitBox
srkukarni commented on issue #1950: Enable Pulsar Functions to be deployed on a kubernetes cluster URL: https://github.com/apache/incubator-pulsar/pull/1950#issuecomment-396690257 @jerrypeng I have addressed your comment wrt not enumerating things from function Config

[GitHub] merlimat closed pull request #1921: Simplified authentication wiht Python client lib

2018-06-12 Thread GitBox
merlimat closed pull request #1921: Simplified authentication wiht Python client lib URL: https://github.com/apache/incubator-pulsar/pull/1921 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

[incubator-pulsar] branch master updated: Simplified authentication wiht Python client lib (#1921)

2018-06-12 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new c715022 Simplified authentication

[GitHub] dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger

2018-06-12 Thread GitBox
dsambandam commented on issue #1953: Bookie sanity fails - Unable to connect to Bookie after writing to Ledger URL: https://github.com/apache/incubator-pulsar/issues/1953#issuecomment-396757371 All the bookies are up . Below is the broker conf update # Zookeeper quorum

[GitHub] dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException

2018-06-12 Thread GitBox
dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException URL: https://github.com/apache/incubator-pulsar/issues/1949#issuecomment-396678033 @merlimat after the above changes..it seems to be picking up the right IPv6 address but having issues

[GitHub] merlimat commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException

2018-06-12 Thread GitBox
merlimat commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException URL: https://github.com/apache/incubator-pulsar/issues/1949#issuecomment-396678816 can you reach another port on that IPv6 address?

[GitHub] dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException

2018-06-12 Thread GitBox
dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException URL: https://github.com/apache/incubator-pulsar/issues/1949#issuecomment-396681317 Yes, I am able to reach now ..I have configured 3 zookeeper in a cluster and connection is successful

[GitHub] dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException

2018-06-12 Thread GitBox
dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException URL: https://github.com/apache/incubator-pulsar/issues/1949#issuecomment-396681317 Yes, I am able to reach now ..I have configured 3 zookeeper in a cluster and connection is successful

[GitHub] dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException

2018-06-12 Thread GitBox
dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException URL: https://github.com/apache/incubator-pulsar/issues/1949#issuecomment-396678033 @merlimat after the above changes..it seems to be picking up the right IPv6 address but having issues

[GitHub] ivankelly opened a new pull request #1952: Fix race in MultiTopicsConsumerImpl#redeliverUnacknowledgedMessages

2018-06-12 Thread GitBox
ivankelly opened a new pull request #1952: Fix race in MultiTopicsConsumerImpl#redeliverUnacknowledgedMessages URL: https://github.com/apache/incubator-pulsar/pull/1952 This method calls #redeliverUnacknowledgedMessages on all underlying consumers and clears the incomingMessages queue.

[GitHub] dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException

2018-06-12 Thread GitBox
dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException URL: https://github.com/apache/incubator-pulsar/issues/1949#issuecomment-396600680 We have only IPV6 address configured in the machine.. Tried java.net.preferIPv6Addresses=true in the Java

[GitHub] dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException

2018-06-12 Thread GitBox
dsambandam commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException URL: https://github.com/apache/incubator-pulsar/issues/1949#issuecomment-396654085 I have overriden the below files to fix the issue root@carocnxoappa8v

[GitHub] merlimat closed pull request #1907: Added documentation for authn & authz plugins

2018-06-12 Thread GitBox
merlimat closed pull request #1907: Added documentation for authn & authz plugins URL: https://github.com/apache/incubator-pulsar/pull/1907 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

[incubator-pulsar] branch master updated: Added documentation for authn & authz plugins (#1907)

2018-06-12 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 0cd33b8 Added documentation for

[GitHub] merlimat commented on issue #1090: Allow to configure all options when using Kafka wrapper

2018-06-12 Thread GitBox
merlimat commented on issue #1090: Allow to configure all options when using Kafka wrapper URL: https://github.com/apache/incubator-pulsar/issues/1090#issuecomment-396654636 @Horaddrim We added a number of config for Kafka wrapper in 2.0 release. The list was documented at

[GitHub] merlimat commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException

2018-06-12 Thread GitBox
merlimat commented on issue #1949: Zookeeper won't start on IPV6 machines - UnknownHostException URL: https://github.com/apache/incubator-pulsar/issues/1949#issuecomment-396656740 @dsambandam the original error seems to be a failure to resolve the DNS name

[GitHub] merlimat closed pull request #1951: Fixed Python sample code

2018-06-12 Thread GitBox
merlimat closed pull request #1951: Fixed Python sample code URL: https://github.com/apache/incubator-pulsar/pull/1951 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

[incubator-pulsar] branch master updated: Fixed Python sample code (#1951)

2018-06-12 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/incubator-pulsar.git The following commit(s) were added to refs/heads/master by this push: new 3b1c6db Fixed Python sample code

[incubator-pulsar.wiki] branch master updated: Updated Release process (markdown)

2018-06-12 Thread jai1
This is an automated email from the ASF dual-hosted git repository. jai1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.wiki.git The following commit(s) were added to refs/heads/master by this push: new 985f12f Updated Release process