[GitHub] [pulsar] eolivelli commented on pull request #11263: Enhanced ElasticSearch Sink (TLS, Auth, KeyValue Schema, INSERT/UPDATE/DELETE, "_id" management, multi index support)

2021-07-26 Thread GitBox
eolivelli commented on pull request #11263: URL: https://github.com/apache/pulsar/pull/11263#issuecomment-887231878 @Anonymitaet I will follow up with a PR for the docs. Stay tuned -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar] congbobo184 opened a new pull request #11460: Apache Pulsar 2.7.3 release notes

2021-07-26 Thread GitBox
congbobo184 opened a new pull request #11460: URL: https://github.com/apache/pulsar/pull/11460 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] Technoboy- commented on pull request #11455: [Discuss] Fix Consumer listener does not respect receiver queue size

2021-07-26 Thread GitBox
Technoboy- commented on pull request #11455: URL: https://github.com/apache/pulsar/pull/11455#issuecomment-887206933 /pulsarbot run-failure-checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [pulsar-client-go] Sherlock-Holo commented on issue #573: Windows user can't build this lib

2021-07-26 Thread GitBox
Sherlock-Holo commented on issue #573: URL: https://github.com/apache/pulsar-client-go/issues/573#issuecomment-887161493 set env `CGO_ENABLED=0` can build now, but could plusar-client-go detect the OS and decide use cgo or not? -- This is an automated message from the Apache Git

[GitHub] [pulsar] massakam opened a new pull request #11459: [websocket] Remove System.out.println from ConsumerHandler

2021-07-26 Thread GitBox
massakam opened a new pull request #11459: URL: https://github.com/apache/pulsar/pull/11459 `System.out.println` is called in the code of WebSocket proxy. This seems to be for debugging and I think it should be removed. -- This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] Technoboy- opened a new pull request #11458: [WIP] Add metrics for tiered storage

2021-07-26 Thread GitBox
Technoboy- opened a new pull request #11458: URL: https://github.com/apache/pulsar/pull/11458 ### Motivation Currently, tiered stoarges have no metrics, we need to add some metrics for monitoring. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] Jason918 commented on issue #11412: When open ledger encountered factory shutdown, callback may never be called back.

2021-07-26 Thread GitBox
Jason918 commented on issue #11412: URL: https://github.com/apache/pulsar/issues/11412#issuecomment-887143460 > Actually I am using managed-ledger module as a library in our project, not the pulsar case. Factory shutdown is not the end of the JVM process in our case. That explains

[GitHub] [pulsar] Jason918 edited a comment on pull request #11443: [Issue 11440]. Add complete metadata for admin.topics().examineMessages

2021-07-26 Thread GitBox
Jason918 edited a comment on pull request #11443: URL: https://github.com/apache/pulsar/pull/11443#issuecomment-887141963 > @Jason918 Please check the checkstyle issue > > ``` > Error: src/main/java/org/apache/pulsar/client/admin/internal/TopicsImpl.java:[111,44] (whitespace)

[GitHub] [pulsar] Jason918 commented on pull request #11443: [Issue 11440]. Add complete metadata for admin.topics().examineMessages

2021-07-26 Thread GitBox
Jason918 commented on pull request #11443: URL: https://github.com/apache/pulsar/pull/11443#issuecomment-887141963 > @Jason918 Please check the checkstyle issue > > ``` > Error: src/main/java/org/apache/pulsar/client/admin/internal/TopicsImpl.java:[111,44] (whitespace)

[GitHub] [pulsar] urfreespace commented on pull request #11363: [website][pulsar]: auto generate docs for pulsar subcommand: version

2021-07-26 Thread GitBox
urfreespace commented on pull request #11363: URL: https://github.com/apache/pulsar/pull/11363#issuecomment-887137945 /pulsarbot run-failure-checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [pulsar] nlu90 commented on pull request #11451: [doc] update doc for debezium connector and log-topic message

2021-07-26 Thread GitBox
nlu90 commented on pull request #11451: URL: https://github.com/apache/pulsar/pull/11451#issuecomment-887091652 > Thanks for your contribution. Does this affect only master or other versioned docs? > If latter, could you please help update all affected versions? Thanks should

[pulsar] branch master updated: Unit test to verify metadata cache consistency across brokers. (#11202)

2021-07-26 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 38bba54 Unit test to verify metadata cache

[GitHub] [pulsar] jerrypeng merged pull request #11202: [Issue 11200] [pulsar-metadata] Unit test to verify Metadata cache consistency across brokers

2021-07-26 Thread GitBox
jerrypeng merged pull request #11202: URL: https://github.com/apache/pulsar/pull/11202 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] jerrypeng closed issue #11200: Metadata cache inconsistency across brokers (race condition)

2021-07-26 Thread GitBox
jerrypeng closed issue #11200: URL: https://github.com/apache/pulsar/issues/11200 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[pulsar] branch master updated: add instance and fqn into log message properties (#11399)

2021-07-26 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 b6d02e4 add instance and fqn into log message

[GitHub] [pulsar] sijie merged pull request #11399: [pulsar function] add instanceId and fqn into log message properties

2021-07-26 Thread GitBox
sijie merged pull request #11399: URL: https://github.com/apache/pulsar/pull/11399 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] bharanic-dev commented on a change in pull request #11202: [Issue 11200] [pulsar-metadata] Unit test to verify Metadata cache consistency across brokers

2021-07-26 Thread GitBox
bharanic-dev commented on a change in pull request #11202: URL: https://github.com/apache/pulsar/pull/11202#discussion_r676987760 ## File path: pulsar-metadata/src/main/java/org/apache/pulsar/metadata/cache/impl/MetadataCacheImpl.java ## @@ -268,6 +268,7 @@ public void

[GitHub] [pulsar] smazurov opened a new issue #11457: [sink jdbc-clickhouse] avro (and possibly others) sink is broken

2021-07-26 Thread GitBox
smazurov opened a new issue #11457: URL: https://github.com/apache/pulsar/issues/11457 **Describe the bug** When publishing & consuming messages avro & json schema encoding works as expected. After creating a simple clickhouse sink (using config from the docs), the messages get

[GitHub] [pulsar] jeffschnellerEnvisa opened a new issue #11456: keyCertChain required for servers

2021-07-26 Thread GitBox
jeffschnellerEnvisa opened a new issue #11456: URL: https://github.com/apache/pulsar/issues/11456 Upgraded from 2.5.2 to 2.8.0 using a standalone cluster/server. Using config file from 2.5.2. 2.5.2 was running fine. Getting the following error when starting 2.8.0. ```

[pulsar] branch master updated: [pulsar-function] Stop calling the deprated method Thread.stop when stopping the function thread in ThreadRuntime. (#11401)

2021-07-26 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 be93e14 [pulsar-function] Stop calling the

[GitHub] [pulsar] jerrypeng merged pull request #11401: [pulsar-function] Stop calling the deprated method Thread.stop when stopping the function thread in ThreadRuntime.

2021-07-26 Thread GitBox
jerrypeng merged pull request #11401: URL: https://github.com/apache/pulsar/pull/11401 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] nlu90 commented on pull request #11399: [pulsar function] add instanceId and fqn into log message properties

2021-07-26 Thread GitBox
nlu90 commented on pull request #11399: URL: https://github.com/apache/pulsar/pull/11399#issuecomment-886921609 /pulsarbot run-failure-checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [pulsar] jerrypeng commented on pull request #11401: [pulsar-function] Stop calling the deprated method Thread.stop when stopping the function thread in ThreadRuntime.

2021-07-26 Thread GitBox
jerrypeng commented on pull request #11401: URL: https://github.com/apache/pulsar/pull/11401#issuecomment-886865959 /pulsarbot rerun-checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [pulsar] jerrypeng commented on pull request #11401: [pulsar-function] Stop calling the deprated method Thread.stop when stopping the function thread in ThreadRuntime.

2021-07-26 Thread GitBox
jerrypeng commented on pull request #11401: URL: https://github.com/apache/pulsar/pull/11401#issuecomment-886864131 /pulsarbot rerun-checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [pulsar-client-go] cckellogg commented on issue #568: On partitioned topics, DLQ producer create panics

2021-07-26 Thread GitBox
cckellogg commented on issue #568: URL: https://github.com/apache/pulsar-client-go/issues/568#issuecomment-886845371 Will you try with the latest release 0.6.0 and see if the issue has been fixed? -- This is an automated message from the Apache Git Service. To respond to the message,

[pulsar] branch master updated (386c6b4 -> 8306158)

2021-07-26 Thread eolivelli
This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 386c6b4 [documentation] Remove duplicate section in Messaging > Consumers > Acknowledgement (#11296) add

[GitHub] [pulsar] eolivelli merged pull request #11263: Enhanced ElasticSearch Sink (TLS, Auth, KeyValue Schema, INSERT/UPDATE/DELETE, "_id" management, multi index support)

2021-07-26 Thread GitBox
eolivelli merged pull request #11263: URL: https://github.com/apache/pulsar/pull/11263 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] eolivelli commented on issue #9697: Java Client: NullPointerException with GenericRecord.getField() on a sub-record

2021-07-26 Thread GitBox
eolivelli commented on issue #9697: URL: https://github.com/apache/pulsar/issues/9697#issuecomment-886794596 I believe that probably this has already been fixed -- 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] david-streamlio commented on issue #11449: Python client documentation is incorrect

2021-07-26 Thread GitBox
david-streamlio commented on issue #11449: URL: https://github.com/apache/pulsar/issues/11449#issuecomment-886794463 @ericsyh Thanks for letting me know. This issue only occurs on a Mac thus far, as I had indicated. I suggest we break down the installation command by environment using

[GitHub] [pulsar] congbobo184 commented on issue #9940: Messages can get consumed out of order with key_shared subscriptions and small receiverQueueSize

2021-07-26 Thread GitBox
congbobo184 commented on issue #9940: URL: https://github.com/apache/pulsar/issues/9940#issuecomment-886746505 Move this to the next release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [pulsar] congbobo184 commented on issue #9697: Java Client: NullPointerException with GenericRecord.getField() on a sub-record

2021-07-26 Thread GitBox
congbobo184 commented on issue #9697: URL: https://github.com/apache/pulsar/issues/9697#issuecomment-886746203 Move this to the next release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [pulsar] congbobo184 commented on issue #9084: Improve handling of S3 offloading configuration in other regions

2021-07-26 Thread GitBox
congbobo184 commented on issue #9084: URL: https://github.com/apache/pulsar/issues/9084#issuecomment-886743962 Move this to the next release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [pulsar] congbobo184 commented on issue #8419: multiple pulsarAdmin.topics().grantPermission calls created excessive transactions on the zookeepers

2021-07-26 Thread GitBox
congbobo184 commented on issue #8419: URL: https://github.com/apache/pulsar/issues/8419#issuecomment-886743320 Move this to the next release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [pulsar] congbobo184 commented on issue #7804: ConcurrentModificationException occurs when dispatch message to consumers

2021-07-26 Thread GitBox
congbobo184 commented on issue #7804: URL: https://github.com/apache/pulsar/issues/7804#issuecomment-886742647 Move this to the next release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [pulsar] congbobo184 closed issue #10717: [Java][Client] 2.7.2 regression. MultiTopicsConsumer org.apache.pulsar.client.api.PulsarClientException$NotSupportedException: not support shrink to

2021-07-26 Thread GitBox
congbobo184 closed issue #10717: URL: https://github.com/apache/pulsar/issues/10717 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] congbobo184 commented on issue #10717: [Java][Client] 2.7.2 regression. MultiTopicsConsumer org.apache.pulsar.client.api.PulsarClientException$NotSupportedException: not support shr

2021-07-26 Thread GitBox
congbobo184 commented on issue #10717: URL: https://github.com/apache/pulsar/issues/10717#issuecomment-886741356 https://github.com/apache/pulsar/pull/10708 has fix it and cherry-pick to 2.7, release 2.7.3, so close it. -- This is an automated message from the Apache Git Service. To

[GitHub] [pulsar-client-go] merlimat commented on issue #573: Windows user can't build this lib

2021-07-26 Thread GitBox
merlimat commented on issue #573: URL: https://github.com/apache/pulsar-client-go/issues/573#issuecomment-886730960 @Sherlock-Holo Are you compiling with `CGO_ENABLED=1`? Setting that to 0 will make the library to use the pure go compression library. -- This is an automated message

[GitHub] [pulsar] Technoboy- opened a new pull request #11455: Fix Consumer listener does not respect receiver queue size

2021-07-26 Thread GitBox
Technoboy- opened a new pull request #11455: URL: https://github.com/apache/pulsar/pull/11455 Fixes #11008 ### Documentation This is a bug fix, and no need to update doc. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] frankjkelly edited a comment on issue #5284: Persistent topic is always temporarily unavailable

2021-07-26 Thread GitBox
frankjkelly edited a comment on issue #5284: URL: https://github.com/apache/pulsar/issues/5284#issuecomment-856798120 Same issue for me - seemed to occur during a Topic Unload ``` 13:58:55.615 [ForkJoinPool.commonPool-worker-5] ERROR org.apache.pulsar.broker.service.ServerCnx -

[GitHub] [pulsar] Jason918 commented on pull request #11443: [Issue 11440]. Add complete metadata for admin.topics().examineMessages

2021-07-26 Thread GitBox
Jason918 commented on pull request #11443: URL: https://github.com/apache/pulsar/pull/11443#issuecomment-886670239 /pulsarbot run-failure-checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [pulsar] danielsinai commented on a change in pull request #11446: [issue #13351] Solving precise rate limiting does not takes effect

2021-07-26 Thread GitBox
danielsinai commented on a change in pull request #11446: URL: https://github.com/apache/pulsar/pull/11446#discussion_r676505426 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/PublishRateLimiterTest.java ## @@ -104,9 +104,13 @@ public void

[GitHub] [pulsar] Jason918 commented on pull request #11443: [Issue 11440]. Add complete metadata for admin.topics().examineMessages

2021-07-26 Thread GitBox
Jason918 commented on pull request #11443: URL: https://github.com/apache/pulsar/pull/11443#issuecomment-886583024 /pulsarbot run-failure-checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [pulsar] Jason918 commented on pull request #11443: [Issue 11440]. Add complete metadata for admin.topics().examineMessages

2021-07-26 Thread GitBox
Jason918 commented on pull request #11443: URL: https://github.com/apache/pulsar/pull/11443#issuecomment-886579195 /pulsarbot run-failure-checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[pulsar] branch master updated (e48a2e9 -> 386c6b4)

2021-07-26 Thread huanlimeng
This is an automated email from the ASF dual-hosted git repository. huanlimeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from e48a2e9 Generate documentation of Client automatically (#11419) add 386c6b4 [documentation] Remove

[GitHub] [pulsar] Huanli-Meng merged pull request #11296: [documentation] Remove duplicate section in Messaging > Consumers > Acknowledgement

2021-07-26 Thread GitBox
Huanli-Meng merged pull request #11296: URL: https://github.com/apache/pulsar/pull/11296 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] Shoothzj commented on pull request #11310: Fix npe when unloading persistent partitioned topic

2021-07-26 Thread GitBox
Shoothzj commented on pull request #11310: URL: https://github.com/apache/pulsar/pull/11310#issuecomment-886525190 @wuzhanpeng I meeted this issue too. Could you please tell me, in what situation, will the topic can be this situation? -- This is an automated message from the Apache Git

[GitHub] [pulsar-client-go] Sherlock-Holo opened a new issue #573: Windows user can't not build with this lib

2021-07-26 Thread GitBox
Sherlock-Holo opened a new issue #573: URL: https://github.com/apache/pulsar-client-go/issues/573 Expected behavior build success Actual behavior build failed, report ``` # github.com/DataDog/zstd cgo: exec gcc: exec: "gcc": executable file not found

[GitHub] [pulsar] fengtao1998 commented on a change in pull request #11452: [docs]Update deploy-bare-metal.md

2021-07-26 Thread GitBox
fengtao1998 commented on a change in pull request #11452: URL: https://github.com/apache/pulsar/pull/11452#discussion_r676408811 ## File path: site2/docs/deploy-bare-metal.md ## @@ -65,7 +65,7 @@ When you deploy a Pulsar cluster, keep in mind the following basic better choice

[GitHub] [pulsar] tuteng commented on pull request #11364: [website][pulsar]: auto generate docs for pulsar subcommand: websocket

2021-07-26 Thread GitBox
tuteng commented on pull request #11364: URL: https://github.com/apache/pulsar/pull/11364#issuecomment-886449654 /pulsarbot run-failure-checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [pulsar] danielsinai commented on a change in pull request #11446: [issue #13351] Solving precise rate limiting does not takes effect

2021-07-26 Thread GitBox
danielsinai commented on a change in pull request #11446: URL: https://github.com/apache/pulsar/pull/11446#discussion_r676356713 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/PublishRateLimiterTest.java ## @@ -104,9 +104,13 @@ public void

[GitHub] [pulsar] 315157973 commented on a change in pull request #11446: [issue #13351] Solving precise rate limiting does not takes effect

2021-07-26 Thread GitBox
315157973 commented on a change in pull request #11446: URL: https://github.com/apache/pulsar/pull/11446#discussion_r676353305 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/PublishRateLimiterTest.java ## @@ -104,9 +104,13 @@ public void

[GitHub] [pulsar-client-go] jiangbo9510 commented on issue #527: Sometime goroutine send message with timeout option ,but it be blocked

2021-07-26 Thread GitBox
jiangbo9510 commented on issue #527: URL: https://github.com/apache/pulsar-client-go/issues/527#issuecomment-886440747 It fixed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [pulsar-client-go] jiangbo9510 closed issue #527: Sometime goroutine send message with timeout option ,but it be blocked

2021-07-26 Thread GitBox
jiangbo9510 closed issue #527: URL: https://github.com/apache/pulsar-client-go/issues/527 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [pulsar] danielsinai commented on a change in pull request #11446: [issue #13351] Solving precise rate limiting does not takes effect

2021-07-26 Thread GitBox
danielsinai commented on a change in pull request #11446: URL: https://github.com/apache/pulsar/pull/11446#discussion_r676341281 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/PublishRateLimiterTest.java ## @@ -104,9 +104,13 @@ public void

[GitHub] [pulsar] littleorca commented on issue #11412: When open ledger encountered factory shutdown, callback may never be called back.

2021-07-26 Thread GitBox
littleorca commented on issue #11412: URL: https://github.com/apache/pulsar/issues/11412#issuecomment-886427717 > After checking the codes, I think you're right about this issue. > But ManagedLedgerFactoryImpl.shutdown() is only invoked during server shutodwn, so it has no actual

[GitHub] [pulsar] eolivelli commented on pull request #11392: Issue 11338: add documentation about the upgrade of Pulsar 2.8.0

2021-07-26 Thread GitBox
eolivelli commented on pull request #11392: URL: https://github.com/apache/pulsar/pull/11392#issuecomment-886427285 @freeznet @Anonymitaet PTAL again, we should deliver this doc as soon as possible -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] Jason918 commented on issue #11412: When open ledger encountered factory shutdown, callback may never be called back.

2021-07-26 Thread GitBox
Jason918 commented on issue #11412: URL: https://github.com/apache/pulsar/issues/11412#issuecomment-886424720 After checking the codes, I think you're right about this issue. But ManagedLedgerFactoryImpl.shutdown() is only invoked during server shutodwn, so it has no actual damage,

[GitHub] [pulsar] JohnMops commented on issue #5284: Persistent topic is always temporarily unavailable

2021-07-26 Thread GitBox
JohnMops commented on issue #5284: URL: https://github.com/apache/pulsar/issues/5284#issuecomment-886423656 Same here "Failed to create producer: Topic is temporarily unavailable" , getting this intermittently -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] ericsyh edited a comment on issue #11449: Python client documentation is incorrect

2021-07-26 Thread GitBox
ericsyh edited a comment on issue #11449: URL: https://github.com/apache/pulsar/issues/11449#issuecomment-886401087 @david-streamlio This command works for me `pip install pulsar-client[avro]==2.8.0` My environment as below: * OS: Ubuntu server 18 * Python: 2.7.17 * Pip: pip

[GitHub] [pulsar] ericsyh edited a comment on issue #11449: Python client documentation is incorrect

2021-07-26 Thread GitBox
ericsyh edited a comment on issue #11449: URL: https://github.com/apache/pulsar/issues/11449#issuecomment-886401087 This command works for me `pip install pulsar-client[avro]==2.8.0` My environment as below: * OS: Ubuntu server 18 * Python: 2.7.17 * Pip: pip 20.3.4 from

[GitHub] [pulsar] danielsinai commented on a change in pull request #11446: [issue #13351] Solving precise rate limiting does not takes effect

2021-07-26 Thread GitBox
danielsinai commented on a change in pull request #11446: URL: https://github.com/apache/pulsar/pull/11446#discussion_r676317299 ## File path: pulsar-common/src/main/java/org/apache/pulsar/common/util/RateLimiter.java ## @@ -257,14 +271,15 @@ public synchronized TimeUnit

svn commit: r48989 - /dev/pulsar/pulsar-client-go-0.6.0-candidate-1/ /release/pulsar/pulsar-client-go-0.6.0/

2021-07-26 Thread penghui
Author: penghui Date: Mon Jul 26 06:12:55 2021 New Revision: 48989 Log: release Go Client 0.6.0 Added: release/pulsar/pulsar-client-go-0.6.0/ - copied from r48988, dev/pulsar/pulsar-client-go-0.6.0-candidate-1/ Removed: dev/pulsar/pulsar-client-go-0.6.0-candidate-1/

[GitHub] [pulsar] danielsinai commented on a change in pull request #11446: [issue #13351] Solving precise rate limiting does not takes effect

2021-07-26 Thread GitBox
danielsinai commented on a change in pull request #11446: URL: https://github.com/apache/pulsar/pull/11446#discussion_r676315712 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/PublishRateLimiterTest.java ## @@ -104,9 +104,13 @@ public void

[GitHub] [pulsar] ericsyh edited a comment on issue #11449: Python client documentation is incorrect

2021-07-26 Thread GitBox
ericsyh edited a comment on issue #11449: URL: https://github.com/apache/pulsar/issues/11449#issuecomment-886401087 This command works for me `pip install pulsar-client[avro]==2.8.0` My environment as below: * OS: Ubuntu server 18 * Python: 2.7.17 * Pip: pip 20.3.4 from

[GitHub] [pulsar] ericsyh commented on issue #11449: Python client documentation is incorrect

2021-07-26 Thread GitBox
ericsyh commented on issue #11449: URL: https://github.com/apache/pulsar/issues/11449#issuecomment-886401087 This command works for me `pip install pulsar-client[avro]==2.8.0` and my env below: -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] Jason918 commented on pull request #11443: [Issue 11440]. Add complete metadata for admin.topics().examineMessages

2021-07-26 Thread GitBox
Jason918 commented on pull request #11443: URL: https://github.com/apache/pulsar/pull/11443#issuecomment-886400901 /pulsarbot run-failure-checks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to