[GitHub] [pulsar-client-go] zymap opened a new pull request #313: Support oauth2 authentication for pulsar-client-go

2020-07-07 Thread GitBox
zymap opened a new pull request #313: URL: https://github.com/apache/pulsar-client-go/pull/313 *Motivation* Support oauth2 authentication for pulsar-client-go This is an automated message from the Apache Git Service. T

[GitHub] [pulsar] jerrypeng commented on a change in pull request #7474: Log scheduler stats for Pulsar Functions

2020-07-07 Thread GitBox
jerrypeng commented on a change in pull request #7474: URL: https://github.com/apache/pulsar/pull/7474#discussion_r451310965 ## File path: pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/MembershipManager.java ## @@ -225,7 +232,8 @@ public void checkFa

[GitHub] [pulsar] jerrypeng commented on a change in pull request #7474: Log scheduler stats for Pulsar Functions

2020-07-07 Thread GitBox
jerrypeng commented on a change in pull request #7474: URL: https://github.com/apache/pulsar/pull/7474#discussion_r451308305 ## File path: pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/SchedulerManager.java ## @@ -368,8 +390,13 @@ private void invoke

[GitHub] [pulsar] jerrypeng commented on a change in pull request #7474: Log scheduler stats for Pulsar Functions

2020-07-07 Thread GitBox
jerrypeng commented on a change in pull request #7474: URL: https://github.com/apache/pulsar/pull/7474#discussion_r451308599 ## File path: pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/SchedulerManager.java ## @@ -526,4 +553,118 @@ static String chec

[GitHub] [pulsar] aloyszhang edited a comment on issue #7476: Discovery service can't find active broker

2020-07-07 Thread GitBox
aloyszhang edited a comment on issue #7476: URL: https://github.com/apache/pulsar/issues/7476#issuecomment-655260885 Addtionally, ZooKeeper has no error. And we dump the discovery process, found that `BrokerDiscoveryProvider` does not has availableBrokers in its `ZookeeperCacheLoader` b

[GitHub] [pulsar] aloyszhang commented on issue #7476: Discovery service can't find active broker

2020-07-07 Thread GitBox
aloyszhang commented on issue #7476: URL: https://github.com/apache/pulsar/issues/7476#issuecomment-655260885 Addtionally, ZooKeeper has no error. And we dump the discovery process, found that `BrokerDiscoveryProvider` does not has availableBrokers in its `ZookeeperCacheLoader` but `Di

[GitHub] [pulsar] aloyszhang opened a new issue #7476: Discovery service can't find active broker

2020-07-07 Thread GitBox
aloyszhang opened a new issue #7476: URL: https://github.com/apache/pulsar/issues/7476 **Describe the bug** Discovery service can't find active broker when all brokers are running well. `21:05:33.529 [pulsar-discovery-io-2-1] WARN org.apache.pulsar.discovery.service.ServerConnection

[GitHub] [pulsar] liudezhi2098 closed pull request #7458: fix bookieMetadataServiceUri acquisition method

2020-07-07 Thread GitBox
liudezhi2098 closed pull request #7458: URL: https://github.com/apache/pulsar/pull/7458 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] liudezhi2098 closed issue #7457: when zookeeperServers and configurationStoreServers is different , the bookieMetadataServiceUri is incorrectly obtained

2020-07-07 Thread GitBox
liudezhi2098 closed issue #7457: URL: https://github.com/apache/pulsar/issues/7457 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 t

[GitHub] [pulsar] srkukarni commented on a change in pull request #7474: Log scheduler stats for Pulsar Functions

2020-07-07 Thread GitBox
srkukarni commented on a change in pull request #7474: URL: https://github.com/apache/pulsar/pull/7474#discussion_r451255338 ## File path: pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/SchedulerManager.java ## @@ -526,4 +553,118 @@ static String chec

[GitHub] [pulsar] srkukarni commented on a change in pull request #7474: Log scheduler stats for Pulsar Functions

2020-07-07 Thread GitBox
srkukarni commented on a change in pull request #7474: URL: https://github.com/apache/pulsar/pull/7474#discussion_r451254764 ## File path: pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/MembershipManager.java ## @@ -225,7 +232,8 @@ public void checkFa

[GitHub] [pulsar] feeblefakie edited a comment on issue #7455: Key_Shared consumers with different subscriptions get messages out-of-order in 2.6.0.

2020-07-07 Thread GitBox
feeblefakie edited a comment on issue #7455: URL: https://github.com/apache/pulsar/issues/7455#issuecomment-654763271 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar-client-go] wolfstudy commented on issue #52: Catch up Java client function list

2020-07-07 Thread GitBox
wolfstudy commented on issue #52: URL: https://github.com/apache/pulsar-client-go/issues/52#issuecomment-655245754 > Is there any plan for Interceptor? The feature LGTM+1, @snowcrumble If you are interested in this, can you send a pull request to impl this?

[GitHub] [pulsar-client-go] taiyang-li commented on a change in pull request #303: Close msg channel when consumer close

2020-07-07 Thread GitBox
taiyang-li commented on a change in pull request #303: URL: https://github.com/apache/pulsar-client-go/pull/303#discussion_r451241499 ## File path: pulsar/consumer_singletopic.go ## @@ -0,0 +1,41 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

[GitHub] [pulsar] Anonymitaet commented on issue #6243: [Doc] Add explanations for function can output one or multiple results

2020-07-07 Thread GitBox
Anonymitaet commented on issue #6243: URL: https://github.com/apache/pulsar/issues/6243#issuecomment-655232251 Docs are available [here](https://streamnative.io/docs/latest/process/pulsar-functions/develop/feature). Need to copy to the Pulsar website. --

[GitHub] [pulsar] Anonymitaet closed issue #6243: [Doc] Add explanations for function can output one or multiple results

2020-07-07 Thread GitBox
Anonymitaet closed issue #6243: URL: https://github.com/apache/pulsar/issues/6243 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 th

[GitHub] [pulsar] Jennifer88huang commented on pull request #7471: [WIP] Add sidebar for "Pulasr SNI routing with ATS" content

2020-07-07 Thread GitBox
Jennifer88huang commented on pull request #7471: URL: https://github.com/apache/pulsar/pull/7471#issuecomment-655231601 @rdhabalia thank you very much for your advice. I'll ping you when I finish the structure and content refining. -

[GitHub] [pulsar-client-go] shohi edited a comment on issue #296: is there a way to know whether ack/nack succeeds or fails

2020-07-07 Thread GitBox
shohi edited a comment on issue #296: URL: https://github.com/apache/pulsar-client-go/issues/296#issuecomment-650673683 Take a step back, is it possible for the library to support customized error handlers for failures of sending Ack/Nack request as both of them are non-blocking?

[GitHub] [pulsar] merlimat merged pull request #7465: [Issue 5736] Add test checks in branches

2020-07-07 Thread GitBox
merlimat merged pull request #7465: URL: https://github.com/apache/pulsar/pull/7465 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] merlimat commented on a change in pull request #7474: Log scheduler stats for Pulsar Functions

2020-07-07 Thread GitBox
merlimat commented on a change in pull request #7474: URL: https://github.com/apache/pulsar/pull/7474#discussion_r451230995 ## File path: pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/SchedulerManager.java ## @@ -368,8 +390,13 @@ private void invokeR

[GitHub] [pulsar] merlimat closed issue #5736: Add test check in branch

2020-07-07 Thread GitBox
merlimat closed issue #5736: URL: https://github.com/apache/pulsar/issues/5736 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 s

[pulsar] branch master updated (77dccd2 -> c91505e)

2020-07-07 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 77dccd2 Differentiate authorization between source/sink/function operations (#7466) add c91505e [Issue 5736]

[GitHub] [pulsar] merlimat opened a new pull request #7475: Use CGroup CPU usage when present

2020-07-07 Thread GitBox
merlimat opened a new pull request #7475: URL: https://github.com/apache/pulsar/pull/7475 ### Motivation When using CPU limits on a docker container, the CPU usage on the broker load report will result incorrect. We're reporting the CPU usage such as: ```json "cpu

[GitHub] [pulsar] jerrypeng opened a new pull request #7474: Log scheduler stats for Pulsar Functions

2020-07-07 Thread GitBox
jerrypeng opened a new pull request #7474: URL: https://github.com/apache/pulsar/pull/7474 ### Motivation Add stats to be logged for schedule, rebalance, and check failure routines for debugging and performance details ---

[GitHub] [pulsar] jiazhai commented on pull request #7467: Cpp oauth2 auth client

2020-07-07 Thread GitBox
jiazhai commented on pull request #7467: URL: https://github.com/apache/pulsar/pull/7467#issuecomment-655209589 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [pulsar] rdhabalia commented on pull request #7473: [pulsar-broker] Cleanup already deleted namespace topics

2020-07-07 Thread GitBox
rdhabalia commented on pull request #7473: URL: https://github.com/apache/pulsar/pull/7473#issuecomment-655206225 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the messa

[pulsar-manager] branch master updated: Use PulsarAdmin instead of HttpUtil in BrokerStatsServiceImpl (#315)

2020-07-07 Thread guangning
This is an automated email from the ASF dual-hosted git repository. guangning pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git The following commit(s) were added to refs/heads/master by this push: new f4b3f22 Use PulsarAdmin instead of H

[GitHub] [pulsar] rdhabalia opened a new pull request #7473: [pulsar-broker] Cleanup already deleted namespace topics

2020-07-07 Thread GitBox
rdhabalia opened a new pull request #7473: URL: https://github.com/apache/pulsar/pull/7473 ### Motivation We are having frequent issues when user removes cluster from the global namespace where broker from removed-cluster fails to unload topic and namespace bundle still loaded with the

[GitHub] [pulsar] srkukarni merged pull request #7466: Differentiate authorization between source/sink/function operations

2020-07-07 Thread GitBox
srkukarni merged pull request #7466: URL: https://github.com/apache/pulsar/pull/7466 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: Differentiate authorization between source/sink/function operations (#7466)

2020-07-07 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 77dccd2 Differentiate authorization between

[GitHub] [pulsar] TC-robV commented on issue #7260: Broker pod CrashLoopBackOff : org.apache.pulsar.functions.worker.WorkerService - Error Starting up in worker

2020-07-07 Thread GitBox
TC-robV commented on issue #7260: URL: https://github.com/apache/pulsar/issues/7260#issuecomment-655129291 ever figure this out? running into the same issues. no auth enabled though. This is an automated message from the Apac

[GitHub] [pulsar] vzhikserg commented on a change in pull request #7472: [ISSUE #6116] fix the download links for and the sequence of source and sink

2020-07-07 Thread GitBox
vzhikserg commented on a change in pull request #7472: URL: https://github.com/apache/pulsar/pull/7472#discussion_r451106092 ## File path: site2/website/data/connectors.js ## @@ -13,15 +13,27 @@ module.exports = [ }, { name: 'cassandra', -longName: 'A

[GitHub] [pulsar] srkukarni commented on pull request #7466: Differentiate authorization between source/sink/function operations

2020-07-07 Thread GitBox
srkukarni commented on pull request #7466: URL: https://github.com/apache/pulsar/pull/7466#issuecomment-655060283 Added This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [pulsar] jerrypeng commented on pull request #7466: Differentiate authorization between source/sink/function operations

2020-07-07 Thread GitBox
jerrypeng commented on pull request #7466: URL: https://github.com/apache/pulsar/pull/7466#issuecomment-655039973 @srkukarni can you add a note to the release notes about this? This is an automated message from the Apache Git

[GitHub] [pulsar] rdhabalia commented on a change in pull request #7471: [WIP] Add sidebar for "Pulasr SNI routing with ATS" content

2020-07-07 Thread GitBox
rdhabalia commented on a change in pull request #7471: URL: https://github.com/apache/pulsar/pull/7471#discussion_r451045916 ## File path: site2/docs/concepts-proxy-sni-routing.md ## @@ -93,7 +93,7 @@ clientBuilder.authentication(AuthenticationTls.class.getName(), authParams);

[GitHub] [pulsar] rdhabalia commented on a change in pull request #7471: [WIP] Add sidebar for "Pulasr SNI routing with ATS" content

2020-07-07 Thread GitBox
rdhabalia commented on a change in pull request #7471: URL: https://github.com/apache/pulsar/pull/7471#discussion_r451045541 ## File path: site2/docs/concepts-proxy-sni-routing.md ## @@ -5,28 +5,28 @@ sidebar_label: Proxy support with SNI routing --- ## Pulsar Proxy with SN

[GitHub] [pulsar] sijie commented on issue #7407: Support for tombstones (null value in messages) does not work

2020-07-07 Thread GitBox
sijie commented on issue #7407: URL: https://github.com/apache/pulsar/issues/7407#issuecomment-655013920 It was closed because of `Fixes` comment in the description. I have reopened it. This is an automated message from the

[GitHub] [pulsar] fmiguelez opened a new issue #7407: Support for tombstones (null value in messages) does not work

2020-07-07 Thread GitBox
fmiguelez opened a new issue #7407: URL: https://github.com/apache/pulsar/issues/7407 **Describe the bug** The solution provided by #7139 to the BUG #4803 *does not work*. * When trying to read a message with `null` value a `NullPointerException` is thrown in other part of the

[GitHub] [pulsar-client-go] wolfstudy commented on a change in pull request #310: Share buffer pool across all partitions

2020-07-07 Thread GitBox
wolfstudy commented on a change in pull request #310: URL: https://github.com/apache/pulsar-client-go/pull/310#discussion_r450990843 ## File path: perf/perf-producer.go ## @@ -62,6 +63,8 @@ func newProducerCommand() *cobra.Command { "Publish rate. Set to 0 to go

[GitHub] [pulsar-client-go] wolfstudy commented on a change in pull request #310: Share buffer pool across all partitions

2020-07-07 Thread GitBox
wolfstudy commented on a change in pull request #310: URL: https://github.com/apache/pulsar-client-go/pull/310#discussion_r450990843 ## File path: perf/perf-producer.go ## @@ -62,6 +63,8 @@ func newProducerCommand() *cobra.Command { "Publish rate. Set to 0 to go

[GitHub] [pulsar-client-go] merlimat commented on pull request #308: Remove MessageChannel from consumer options

2020-07-07 Thread GitBox
merlimat commented on pull request #308: URL: https://github.com/apache/pulsar-client-go/pull/308#issuecomment-654976606 > Sorry, @cckellogg About this, i don't think so. In what kind of scenarios, the user needs to write a message to the MessageChannel? If you are consuming from mul

[GitHub] [pulsar] sijia-w opened a new pull request #7472: [ISSUE #6116] fix the download links for and the sequence of source and sink

2020-07-07 Thread GitBox
sijia-w opened a new pull request #7472: URL: https://github.com/apache/pulsar/pull/7472 Fix: #6116 ### Motivation Fix the issue 6116. ### Modifications Fix the duplicate links for source and link download and put them in alphabetical order. ### Verifying this ch

[GitHub] [pulsar-client-go] merlimat commented on a change in pull request #309: [Issue 306] Change connection failed warn log to error and print error message

2020-07-07 Thread GitBox
merlimat commented on a change in pull request #309: URL: https://github.com/apache/pulsar-client-go/pull/309#discussion_r450984529 ## File path: pulsar/internal/connection.go ## @@ -288,7 +288,7 @@ func (c *connection) doHandshake() bool { if cmd.Connected == nil {

[GitHub] [pulsar] srkukarni commented on pull request #7466: Differentiate authorization between source/sink/function operations

2020-07-07 Thread GitBox
srkukarni commented on pull request #7466: URL: https://github.com/apache/pulsar/pull/7466#issuecomment-654957607 Coming to think more about it, the existing sources/sinks will continue to run fine. Thus upon upgrade of cluster, things still will work ok, except that newer sources/sinks wi

[GitHub] [pulsar-client-go] wolfstudy edited a comment on pull request #311: Add rerun feature test command to repo

2020-07-07 Thread GitBox
wolfstudy edited a comment on pull request #311: URL: https://github.com/apache/pulsar-client-go/pull/311#issuecomment-654579398 @merlimat @sijie Can you help add `GO_CLIENT_BOT_TOKEN` to security? This is an automated messag

[GitHub] [pulsar-client-go] wolfstudy commented on pull request #308: Remove MessageChannel from consumer options

2020-07-07 Thread GitBox
wolfstudy commented on pull request #308: URL: https://github.com/apache/pulsar-client-go/pull/308#issuecomment-654952140 > I think the message channel option should remain because there are valid use cases for it. The option needs to be read/write channel because the client needs to write

[GitHub] [pulsar] Jennifer88huang commented on pull request #7471: [WIP] Add sidebar for "Pulasr SNI routing with ATS" content

2020-07-07 Thread GitBox
Jennifer88huang commented on pull request #7471: URL: https://github.com/apache/pulsar/pull/7471#issuecomment-654925625 I haven't finished refining yet, please do not review the content currently. This is an automated message

[pulsar-client-go] branch master updated: Fix CompressMaxSize() for ZLib provider (#312)

2020-07-07 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-client-go.git The following commit(s) were added to refs/heads/master by this push: new 6a80299 Fix CompressMaxSize() for ZLi

[GitHub] [pulsar-client-go] merlimat merged pull request #312: Fix CompressMaxSize() for ZLib provider

2020-07-07 Thread GitBox
merlimat merged pull request #312: URL: https://github.com/apache/pulsar-client-go/pull/312 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 t

[GitHub] [pulsar] Jennifer88huang opened a new pull request #7471: Update sidebar.json for proxy-sni

2020-07-07 Thread GitBox
Jennifer88huang opened a new pull request #7471: URL: https://github.com/apache/pulsar/pull/7471 Fixes #7421 ### Motivation The `sidebar.json` file is not updated, so the content added in the .md file is not displayed on website. ### Modifications 1. Update the

[GitHub] [pulsar] Jennifer88huang commented on pull request #7421: [pulsar-doc] Add document for Pulasr SNI routing with ATS

2020-07-07 Thread GitBox
Jennifer88huang commented on pull request #7421: URL: https://github.com/apache/pulsar/pull/7421#issuecomment-654915425 @rdhabalia Thank you very much for your contribution. To display the content, we need to refine the `sidebar.json` file as well. I'll fix it in another PR. --

[GitHub] [pulsar] codelipenghui closed pull request #7461: Add readCompact option

2020-07-07 Thread GitBox
codelipenghui closed pull request #7461: URL: https://github.com/apache/pulsar/pull/7461 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 g

[GitHub] [pulsar] codelipenghui commented on pull request #7461: Add readCompact option

2020-07-07 Thread GitBox
codelipenghui commented on pull request #7461: URL: https://github.com/apache/pulsar/pull/7461#issuecomment-654898275 The compacted data is stored in a separate ledger, I think the cursor can't read data from that ledger. You can see https://github.com/apache/pulsar/blob/53407fc59828669079

[GitHub] [pulsar] codelipenghui commented on pull request #7461: Add readCompact option

2020-07-07 Thread GitBox
codelipenghui commented on pull request #7461: URL: https://github.com/apache/pulsar/pull/7461#issuecomment-654896700 The compacted data is stored in a separate ledger, I think the cursor can't read data from that ledger. You can see https://github.com/apache/pulsar/blob/53407fc59828669079

[GitHub] [pulsar] gaoran10 edited a comment on pull request #7461: Add readCompact option

2020-07-07 Thread GitBox
gaoran10 edited a comment on pull request #7461: URL: https://github.com/apache/pulsar/pull/7461#issuecomment-654883130 1. I think we couldn't add the config `pulsar.read-compact`, this config is a global config. It is up to users to query the raw data or the compacted data, so we could ad

[GitHub] [pulsar] gaoran10 commented on pull request #7461: Add readCompact option

2020-07-07 Thread GitBox
gaoran10 commented on pull request #7461: URL: https://github.com/apache/pulsar/pull/7461#issuecomment-654883130 1. I think we couldn't add the config `pulsar.read-compact`, this config is a global config. It is up to users to query the raw data or the compacted data, so we could add metad

[GitHub] [pulsar] meleagle opened a new issue #7470: Broker url getting set to canonical host name rather than internal advertised listener

2020-07-07 Thread GitBox
meleagle opened a new issue #7470: URL: https://github.com/apache/pulsar/issues/7470 **Describe the bug** The broker url for a broker will be set to whatever the advertisedAddress and brokerServicePort are set to in the config when I only use a single advertised listener. With pulsar 2.

[GitHub] [pulsar] meleagle opened a new issue #7469: NPE when using multiple advertised listeners with openmessaging

2020-07-07 Thread GitBox
meleagle opened a new issue #7469: URL: https://github.com/apache/pulsar/issues/7469 **Describe the bug** When using openmessaging (http://openmessaging.cloud) to benchmark a pulsar cluster that we are using in openstack a NPE is being produced. The pulsar version is 2.6.0 and there is

[GitHub] [pulsar] Huanli-Meng opened a new pull request #7468: [Doc]--Add async state manipulation methods in Java functions

2020-07-07 Thread GitBox
Huanli-Meng opened a new pull request #7468: URL: https://github.com/apache/pulsar/pull/7468 ### Motivation Pulsar 2.4.0 release supports async state manipulation methods. The code is updated while the doc is not updated accordingly. here is the code update PR: https://github.com/apache

[GitHub] [pulsar] jiazhai opened a new pull request #7467: Cpp oauth2 auth client

2020-07-07 Thread GitBox
jiazhai opened a new pull request #7467: URL: https://github.com/apache/pulsar/pull/7467 ### Motivation #7420 provides an Oauth2 auth client for java. This PR tries to support it in cpp client ### Modifications - add implementation - add related tests.

[GitHub] [pulsar] feeblefakie edited a comment on issue #7455: Key_Shared consumers with different subscriptions get messages out-of-order in 2.6.0.

2020-07-07 Thread GitBox
feeblefakie edited a comment on issue #7455: URL: https://github.com/apache/pulsar/issues/7455#issuecomment-654809462 I'm not sure but as far as I can see the code, the following code could return different consumers for the same key if the number of consumers is changed even if consist

[GitHub] [pulsar] feeblefakie commented on issue #7455: Key_Shared consumers with different subscriptions get messages out-of-order in 2.6.0.

2020-07-07 Thread GitBox
feeblefakie commented on issue #7455: URL: https://github.com/apache/pulsar/issues/7455#issuecomment-654809462 I'm not sure but as far as I can see, the following code could return different consumers for the same key if the number of consumers is changed even if consistent hashing or a

[GitHub] [pulsar] fmiguelez commented on issue #7407: Support for tombstones (null value in messages) does not work

2020-07-07 Thread GitBox
fmiguelez commented on issue #7407: URL: https://github.com/apache/pulsar/issues/7407#issuecomment-654775988 I do not think that this ticket should be closed as pull request only solves one of the cases described by the tests ---

[GitHub] [pulsar] feeblefakie commented on issue #7455: Key_Shared consumers with different subscriptions get messages out-of-order in 2.6.0.

2020-07-07 Thread GitBox
feeblefakie commented on issue #7455: URL: https://github.com/apache/pulsar/issues/7455#issuecomment-654763271 Here is what is happening. For example, consumers for sub1 consumed messages with key "15" as follows. ``` #consumerName key value(produced-time) messageId(ledgerId:entryI

[GitHub] [pulsar-client-go] snowcrumble commented on issue #52: Catch up Java client function list

2020-07-07 Thread GitBox
snowcrumble commented on issue #52: URL: https://github.com/apache/pulsar-client-go/issues/52#issuecomment-654734562 Is there any plan for Interceptor? This is an automated message from the Apache Git Service. To respond to t

[pulsar-manager] branch master updated: Change default port (#316)

2020-07-07 Thread guangning
This is an automated email from the ASF dual-hosted git repository. guangning pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git The following commit(s) were added to refs/heads/master by this push: new ce023dc Change default port (#316) c

[GitHub] [pulsar] Huanli-Meng commented on pull request #7462: [WIP][Doc]--add authentication client with oauth2 support

2020-07-07 Thread GitBox
Huanli-Meng commented on pull request #7462: URL: https://github.com/apache/pulsar/pull/7462#issuecomment-654715374 @jiazhai , please help review the docs. Thanks. This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] jiazhai commented on pull request #7430: Handle NotAllowed Exception at the client side.

2020-07-07 Thread GitBox
jiazhai commented on pull request #7430: URL: https://github.com/apache/pulsar/pull/7430#issuecomment-654683263 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [pulsar] Jennifer88huang merged pull request #7421: [pulsar-doc] Add document for Pulasr SNI routing with ATS

2020-07-07 Thread GitBox
Jennifer88huang merged pull request #7421: URL: https://github.com/apache/pulsar/pull/7421 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

[pulsar] branch master updated: [pulsar-doc] Add document for Pulasr SNI routing with ATS (#7421)

2020-07-07 Thread hjf
This is an automated email from the ASF dual-hosted git repository. hjf 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 ee1b810 [pulsar-doc] Add document for Pulasr SNI r