[GitHub] [pulsar] lhotari commented on issue #20157: Flaky-test: ExtensibleLoadManagerImplTest.initializeState

2023-05-04 Thread via GitHub
lhotari commented on issue #20157: URL: https://github.com/apache/pulsar/issues/20157#issuecomment-1534246997 @lifepuzzlefun this is what the stacktrace means. Just copy the error message from the log. The GitHub Actions logs are only available for a limited amount of time. That's why

[GitHub] [pulsar] hpvd commented on issue #17098: PIP-199: Create a robust and inline Client Feature Matrix page

2023-05-04 Thread via GitHub
hpvd commented on issue #17098: URL: https://github.com/apache/pulsar/issues/17098#issuecomment-1534345513 awesome! -- 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

[GitHub] [pulsar] tisonkun commented on issue #20220: [Doc] The latest document should point to 3.x

2023-05-04 Thread via GitHub
tisonkun commented on issue #20220: URL: https://github.com/apache/pulsar/issues/20220#issuecomment-1534432193 > [LEARN MORE](https://pulsar.apache.org/docs/concepts-overview) is correct, but [QUICKSTART](https://pulsar.apache.org/docs) still is incorrect. Cannot reproduce. I suppose

[GitHub] [pulsar-adapters] avinash-fk opened a new pull request, #49: [Issue#48]: Fixed bug in doCommitOffsets of PulsarKafkaConsumer in version 2.11.0

2023-05-04 Thread via GitHub
avinash-fk opened a new pull request, #49: URL: https://github.com/apache/pulsar-adapters/pull/49 Fixes #48 Master Issue: #48 ### Motivation doCommitOffsets method in Pulsar Kafka Client version 2.11.0 is working for partitioned topics. This does not allows acking

[GitHub] [pulsar] Technoboy- commented on issue #20194: [Bug] While Setting BookieAffinity group, not using the broker config to set the default number of bundles

2023-05-04 Thread via GitHub
Technoboy- commented on issue #20194: URL: https://github.com/apache/pulsar/issues/20194#issuecomment-1534238475 Hi @syk-coder , Do we have any updates? -- 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

[GitHub] [pulsar-site] RobertIndie opened a new pull request, #554: Add `multi-arch docker images support` to 3.0.0 release note

2023-05-04 Thread via GitHub
RobertIndie opened a new pull request, #554: URL: https://github.com/apache/pulsar-site/pull/554 The PR https://github.com/apache/pulsar/pull/19432 wasn't marked with the 3.0.0 milestone. So the 3.0.0 release note didn't include it. This PR adds it to the 3.0.0 release note. ###

[GitHub] [pulsar] GerMoranOverstock commented on pull request #19432: [improve] Allow to build and push multi-arch Docker images

2023-05-04 Thread via GitHub
GerMoranOverstock commented on PR #19432: URL: https://github.com/apache/pulsar/pull/19432#issuecomment-1534239777 @RobertIndie Thanks for the clarification. I seen the image up, though got a bit confused with partial reverts (appears to be on stream native repo) & cherry picks --

[GitHub] [pulsar-client-cpp] shibd commented on pull request #262: [feat] Support end-to-end encryption in C Reader API

2023-05-04 Thread via GitHub
shibd commented on PR #262: URL: https://github.com/apache/pulsar-client-cpp/pull/262#issuecomment-1534332792 > @shibd Thank you for the feedback! I've fixed the formatting and wrote a very basic test for the reader config C API, much like the one for the consumer configuration. >

[GitHub] [pulsar-adapters] avinash-fk opened a new issue, #48: Bug in doCommitOffsets of PulsarKafkaConsumer [Ver: 2.11.0]

2023-05-04 Thread via GitHub
avinash-fk opened a new issue, #48: URL: https://github.com/apache/pulsar-adapters/issues/48 **Describe the bug** The 2.11.0 version of pulsar-client-kafka-compat has bug that failes commitSync always. This seems to have been introduced in this PR -

[GitHub] [pulsar-client-cpp] shibd commented on a diff in pull request #262: [feat] Support end-to-end encryption in C Reader API

2023-05-04 Thread via GitHub
shibd commented on code in PR #262: URL: https://github.com/apache/pulsar-client-cpp/pull/262#discussion_r1184733389 ## tests/c/c_ReaderConfigurationTest.cc: ## @@ -0,0 +1,66 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license

[GitHub] [pulsar] hpvd commented on issue #20220: [Doc] The latest document should point to 3.x

2023-05-04 Thread via GitHub
hpvd commented on issue #20220: URL: https://github.com/apache/pulsar/issues/20220#issuecomment-1534334887 search not working yet on https://pulsar.apache.org/docs/3.0.x/ see screenshot -> does the indexing of new doc needs to be triggered manually?

[GitHub] [pulsar] codecov-commenter commented on pull request #20218: [improve][ci] Replace handmade action to configure Gradle Enterprise

2023-05-04 Thread via GitHub
codecov-commenter commented on PR #20218: URL: https://github.com/apache/pulsar/pull/20218#issuecomment-1534547629 ##

[GitHub] [pulsar] RobertIndie commented on issue #20220: [Doc] The latest document should point to 3.x

2023-05-04 Thread via GitHub
RobertIndie commented on issue #20220: URL: https://github.com/apache/pulsar/issues/20220#issuecomment-1534217647 @tisonkun Is this something that we need to fix in the release process? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [pulsar] lhotari commented on issue #20157: Flaky-test: ExtensibleLoadManagerImplTest.initializeState

2023-05-04 Thread via GitHub
lhotari commented on issue #20157: URL: https://github.com/apache/pulsar/issues/20157#issuecomment-1534269066 I downloaded the surefire reports file and it included more detailed test logs

[pulsar-site] branch main updated: [feat] Add client matrix page (#513)

2023-05-04 Thread junma
This is an automated email from the ASF dual-hosted git repository. junma pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git The following commit(s) were added to refs/heads/main by this push: new bbbed35e44f [feat] Add client matrix page

[GitHub] [pulsar-site] momo-jun merged pull request #513: [feat] Add client matrix page

2023-05-04 Thread via GitHub
momo-jun merged PR #513: URL: https://github.com/apache/pulsar-site/pull/513 -- 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] momo-jun closed issue #17098: PIP-199: Create a robust and inline Client Feature Matrix page

2023-05-04 Thread via GitHub
momo-jun closed issue #17098: PIP-199: Create a robust and inline Client Feature Matrix page URL: https://github.com/apache/pulsar/issues/17098 -- 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-cpp] rbarbey commented on pull request #262: [feat] Support end-to-end encryption in C Reader API

2023-05-04 Thread via GitHub
rbarbey commented on PR #262: URL: https://github.com/apache/pulsar-client-cpp/pull/262#issuecomment-1534308243 @shibd Thank you for the feedback! I've fixed the formatting and wrote a very basic test for the reader config C API, much like the one for the consumer configuration. If

[GitHub] [pulsar] codecov-commenter commented on pull request #20210: [fix][broker] Fix Return value of getPartitionedStats doesn't contain subscription type

2023-05-04 Thread via GitHub
codecov-commenter commented on PR #20210: URL: https://github.com/apache/pulsar/pull/20210#issuecomment-1534332302 ##

[GitHub] [pulsar] tisonkun commented on issue #20220: [Doc] The latest document should point to 3.x

2023-05-04 Thread via GitHub
tisonkun commented on issue #20220: URL: https://github.com/apache/pulsar/issues/20220#issuecomment-1534353076 Algolia Index build periodically every week - IIRC in Tuesday. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [pulsar] pzs-pzs added a comment to the discussion: how consume for backlog message

2023-05-04 Thread GitBox
GitHub user pzs-pzs added a comment to the discussion: how consume for backlog message Maybe you can skip some backlog msg, just read the doc https://pulsar.staged.apache.org/docs/en/admin-api-topics/#skip-messages GitHub link:

[GitHub] [pulsar] lhotari commented on pull request #20030: [fix][broker] Fix the reason label of authentication metrics

2023-05-04 Thread via GitHub
lhotari commented on PR #20030: URL: https://github.com/apache/pulsar/pull/20030#issuecomment-1534240258 > Thanks for addressing my feedback @gaoran10. Would you mind getting the build to pass? Then I'll re-review it. Thanks! @michaeljmarshall when changes are requested, the build in

[GitHub] [pulsar] lhotari commented on pull request #20030: [fix][broker] Fix the reason label of authentication metrics

2023-05-04 Thread via GitHub
lhotari commented on PR #20030: URL: https://github.com/apache/pulsar/pull/20030#issuecomment-1534241036 /pulsarbot rerun-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] hpvd commented on issue #17098: PIP-199: Create a robust and inline Client Feature Matrix page

2023-05-04 Thread via GitHub
hpvd commented on issue #17098: URL: https://github.com/apache/pulsar/issues/17098#issuecomment-1534328607 great! Tiny addition: Links in docs need to be updated to point to the new page e.g. https://pulsar.apache.org/docs/next/client-libraries/#feature-matrix -- This is an

[GitHub] [pulsar] raymondBourges added a comment to the discussion: "cannot be cast to class" in a pulsar function producing un new message

2023-05-04 Thread GitBox
GitHub user raymondBourges added a comment to the discussion: "cannot be cast to class" in a pulsar function producing un new message @jiangpengcheng Works perfectly using org.apache.pulsar.client.api.Schema.AVRO(Personne.class) Thanks GitHub link:

[GitHub] [pulsar] momo-jun commented on issue #17098: PIP-199: Create a robust and inline Client Feature Matrix page

2023-05-04 Thread via GitHub
momo-jun commented on issue #17098: URL: https://github.com/apache/pulsar/issues/17098#issuecomment-1534343447 @hpvd Yes - working on it https://github.com/apache/pulsar-site/pull/546. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar] tisonkun merged pull request #20218: [improve][ci] Replace handmade action to configure Gradle Enterprise

2023-05-04 Thread via GitHub
tisonkun merged PR #20218: URL: https://github.com/apache/pulsar/pull/20218 -- 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: [improve][ci] Replace handmade action to configure Gradle Enterprise (#20218)

2023-05-04 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison 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 010bd508cec [improve][ci] Replace handmade

[GitHub] [pulsar] jiangpengcheng commented on pull request #19895: [fix][fn] Fix function update error

2023-05-04 Thread via GitHub
jiangpengcheng commented on PR #19895: URL: https://github.com/apache/pulsar/pull/19895#issuecomment-1534195710 /pulsarbot rerun-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] RobertIndie commented on pull request #19432: [improve] Allow to build and push multi-arch Docker images

2023-05-04 Thread via GitHub
RobertIndie commented on PR #19432: URL: https://github.com/apache/pulsar/pull/19432#issuecomment-1534234183 @GerMoranOverstock Hi, this feature is supported in 3.0.0. This PR was not marked with the 3.0.0 milestone, so the release note mistakenly omitted it. I will fix the

[GitHub] [pulsar] lhotari commented on pull request #20130: [fix][broker] Fix deadlock in `ExtensibleLoadManagerImplTest.initializeState`

2023-05-04 Thread via GitHub
lhotari commented on PR #20130: URL: https://github.com/apache/pulsar/pull/20130#issuecomment-1534250766 @lifepuzzlefun thanks for the good investigation work. It would be useful to fix this deadlock. @merlimat can you provide advice how to address this? thanks -- This is an automated

[GitHub] [pulsar-client-cpp] rbarbey commented on a diff in pull request #262: [feat] Support end-to-end encryption in C Reader API

2023-05-04 Thread via GitHub
rbarbey commented on code in PR #262: URL: https://github.com/apache/pulsar-client-cpp/pull/262#discussion_r1184746499 ## tests/c/c_ReaderConfigurationTest.cc: ## @@ -0,0 +1,66 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [pulsar] nodece commented on issue #20220: [Doc] The latest document should point to 3.x

2023-05-04 Thread via GitHub
nodece commented on issue #20220: URL: https://github.com/apache/pulsar/issues/20220#issuecomment-1534442488 @tisonkun Thanks! It works fine. -- 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] tisonkun commented on issue #20220: [Doc] The latest document should point to 3.x

2023-05-04 Thread via GitHub
tisonkun commented on issue #20220: URL: https://github.com/apache/pulsar/issues/20220#issuecomment-1534221210 @RobertIndie Yes. -- 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-site] tisonkun merged pull request #552: [BLOG]Update the 3.0 release blog post

2023-05-04 Thread via GitHub
tisonkun merged PR #552: URL: https://github.com/apache/pulsar-site/pull/552 -- 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-site] branch main updated: Update the 3.0 release blog post (#552)

2023-05-04 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git The following commit(s) were added to refs/heads/main by this push: new 36dbdcd6662 Update the 3.0 release blog post

[GitHub] [pulsar-site] tisonkun commented on pull request #552: [BLOG]Update the 3.0 release blog post

2023-05-04 Thread via GitHub
tisonkun commented on PR #552: URL: https://github.com/apache/pulsar-site/pull/552#issuecomment-1534236201 Merging... Thanks for your update @Sherlock113! -- 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] nodece commented on issue #20220: [Doc] The latest document should point to 3.x

2023-05-04 Thread via GitHub
nodece commented on issue #20220: URL: https://github.com/apache/pulsar/issues/20220#issuecomment-1534396932 [LEARN MORE](https://pulsar.apache.org/docs/concepts-overview) is correct, but [QUICKSTART](https://pulsar.apache.org/docs) still is incorrect. -- This is an automated message

[GitHub] [pulsar] nodece commented on pull request #20219: [improve][broker] Use bulk operation instead of iteration

2023-05-04 Thread via GitHub
nodece commented on PR #20219: URL: https://github.com/apache/pulsar/pull/20219#issuecomment-1534509265 /pulsarbot rerun-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] lhotari commented on pull request #20030: [fix][broker] Fix the reason label of authentication metrics

2023-05-04 Thread via GitHub
lhotari commented on PR #20030: URL: https://github.com/apache/pulsar/pull/20030#issuecomment-1534932517 > > Thanks for addressing my feedback @gaoran10. Would you mind getting the build to pass? Then I'll re-review it. Thanks! > > @michaeljmarshall when changes are requested, the

[GitHub] [pulsar] liqiangcc commented on pull request #20219: [improve][broker] Use bulk operation instead of iteration

2023-05-04 Thread via GitHub
liqiangcc commented on PR #20219: URL: https://github.com/apache/pulsar/pull/20219#issuecomment-1534639478 > The `addAll()` will also has a iteration operation, I wonder will `addAll` will be more efficient than iteration Thanks for your reivew,`addAll()` and `putAll()` internal

[GitHub] [pulsar] michaeljmarshall commented on a diff in pull request #20030: [fix][broker] Fix the reason label of authentication metrics

2023-05-04 Thread via GitHub
michaeljmarshall commented on code in PR #20030: URL: https://github.com/apache/pulsar/pull/20030#discussion_r1185177941 ## pulsar-broker-common/src/main/java/org/apache/pulsar/broker/authentication/AuthenticationProviderToken.java: ## @@ -158,19 +164,18 @@ public String

[GitHub] [pulsar-site] tisonkun merged pull request #554: Add `multi-arch docker images support` to 3.0.0 release note

2023-05-04 Thread via GitHub
tisonkun merged PR #554: URL: https://github.com/apache/pulsar-site/pull/554 -- 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-site] branch main updated: Add `multi-arch docker images support` to 3.0.0 release note (#554)

2023-05-04 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git The following commit(s) were added to refs/heads/main by this push: new 3877a4ede07 Add `multi-arch docker images

[pulsar-dotpulsar] branch master updated: Update NuGet package

2023-05-04 Thread blankensteiner
This is an automated email from the ASF dual-hosted git repository. blankensteiner pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git The following commit(s) were added to refs/heads/master by this push: new c9fda80 Update NuGet package

[GitHub] [pulsar] michaeljmarshall commented on pull request #20030: [fix][broker] Fix the reason label of authentication metrics

2023-05-04 Thread via GitHub
michaeljmarshall commented on PR #20030: URL: https://github.com/apache/pulsar/pull/20030#issuecomment-1534949799 /pulsarbot rerun-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] heesung-sn closed issue #18099: PIP-215: Configurable TopicCompactionStrategy for StrategicTwoPhaseCompactor and TableView

2023-05-04 Thread via GitHub
heesung-sn closed issue #18099: PIP-215: Configurable TopicCompactionStrategy for StrategicTwoPhaseCompactor and TableView URL: https://github.com/apache/pulsar/issues/18099 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [pulsar] heesung-sn closed issue #18215: PIP-220: TransferShedder (Only for PIP-192 New Broker Load Manager )

2023-05-04 Thread via GitHub
heesung-sn closed issue #18215: PIP-220: TransferShedder (Only for PIP-192 New Broker Load Manager ) URL: https://github.com/apache/pulsar/issues/18215 -- 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] eugene-cheverda opened a new pull request, #20222: [improve][security] Update dependencies to use snakeyaml 2.0

2023-05-04 Thread via GitHub
eugene-cheverda opened a new pull request, #20222: URL: https://github.com/apache/pulsar/pull/20222 ### Motivation Fixes https://avd.aquasec.com/nvd/cve-2022-1471 caused by snakeyaml by updating all dependencies bringing it into the

[GitHub] [pulsar] heesung-sn commented on issue #16691: PIP-192: New Pulsar Broker Load Balancer

2023-05-04 Thread via GitHub
heesung-sn commented on issue #16691: URL: https://github.com/apache/pulsar/issues/16691#issuecomment-1535050964 The code work is done, and we are working on documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [pulsar] heesung-sn closed issue #16691: PIP-192: New Pulsar Broker Load Balancer

2023-05-04 Thread via GitHub
heesung-sn closed issue #16691: PIP-192: New Pulsar Broker Load Balancer URL: https://github.com/apache/pulsar/issues/16691 -- 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

[GitHub] [pulsar] eugene-cheverda opened a new issue, #20224: [Security] Pulsar client uses snakeyaml version and dependent on it libraries that have CVE-2022-1471

2023-05-04 Thread via GitHub
eugene-cheverda opened a new issue, #20224: URL: https://github.com/apache/pulsar/issues/20224 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation Snakeyaml v1.32 used in

[GitHub] [pulsar] codecov-commenter commented on pull request #20030: [fix][broker] Fix the reason label of authentication metrics

2023-05-04 Thread via GitHub
codecov-commenter commented on PR #20030: URL: https://github.com/apache/pulsar/pull/20030#issuecomment-1535043349 ##

[GitHub] [pulsar] heesung-sn commented on issue #18229: PIP-221: Make TableView support TTL

2023-05-04 Thread via GitHub
heesung-sn commented on issue #18229: URL: https://github.com/apache/pulsar/issues/18229#issuecomment-1535053031 @Demogorgon314 Should we close this PIP if we decide not to work on this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [pulsar-adapters] dlg99 merged pull request #33: Add OWASP dependency checker

2023-05-04 Thread via GitHub
dlg99 merged PR #33: URL: https://github.com/apache/pulsar-adapters/pull/33 -- 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-adapters] branch master updated: Add OWASP dep checker (#33)

2023-05-04 Thread ayegorov
This is an automated email from the ASF dual-hosted git repository. ayegorov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-adapters.git The following commit(s) were added to refs/heads/master by this push: new 477fe3c Add OWASP dep checker (#33)

[GitHub] [pulsar] eugene-cheverda opened a new pull request, #20223: [improve][security] Update dependencies to use snakeyaml 2.0 against 3.0

2023-05-04 Thread via GitHub
eugene-cheverda opened a new pull request, #20223: URL: https://github.com/apache/pulsar/pull/20223 ### Motivation Fixes https://avd.aquasec.com/nvd/cve-2022-1471 caused by snakeyaml by updating all dependencies bringing it into

[GitHub] [pulsar] Xxf9126 commented on issue #12628: Could not complete the operation. Number of retries has been exhausted. Failed reason: Maximum redirect reached: 5

2023-05-04 Thread via GitHub
Xxf9126 commented on issue #12628: URL: https://github.com/apache/pulsar/issues/12628#issuecomment-1534659868 Same here. It cannot be restarted after the first startup, and the data mount directory must be deleted before it can be started -- This is an automated message from the

[GitHub] [pulsar] gaoran10 commented on pull request #19741: [improve] Make subscriptions on NonPersistentTopic non-durable

2023-05-04 Thread via GitHub
gaoran10 commented on PR #19741: URL: https://github.com/apache/pulsar/pull/19741#issuecomment-1535565572 /pulsarbot rerun-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-client-go] shibd commented on pull request #1002: [feat][txn]Implement transactional consumer/producer API

2023-05-04 Thread via GitHub
shibd commented on PR #1002: URL: https://github.com/apache/pulsar-client-go/pull/1002#issuecomment-1535567847 > Could you please retake a look? @BewareMyPower @shibd Sorry, I'll take a look at it today. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] github-actions[bot] commented on issue #19250: [Bug] Pulsar RocksDB metadata driver causes JVM to crash in unit tests

2023-05-04 Thread via GitHub
github-actions[bot] commented on issue #19250: URL: https://github.com/apache/pulsar/issues/19250#issuecomment-1535599569 The issue had no activity for 30 days, mark with Stale label. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar] github-actions[bot] commented on pull request #20008: [improve][io] Upgrade Hadoop and HBase versions

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #20008: URL: https://github.com/apache/pulsar/pull/20008#issuecomment-1535598811 The pr had no activity for 30 days, mark with Stale label. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar] github-actions[bot] commented on issue #18399: [Bug] When using the delayed message delivery of Apache pulsar version 2.10, the message is not received at the expected delay time

2023-05-04 Thread via GitHub
github-actions[bot] commented on issue #18399: URL: https://github.com/apache/pulsar/issues/18399#issuecomment-1535600102 The issue had no activity for 30 days, mark with Stale label. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[pulsar-client-cpp] branch main updated: [feat] Support end-to-end encryption in C Reader API (#262)

2023-05-04 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git The following commit(s) were added to refs/heads/main by this push: new 043c88b [feat] Support end-to-end

[GitHub] [pulsar-client-cpp] BewareMyPower merged pull request #262: [feat] Support end-to-end encryption in C Reader API

2023-05-04 Thread via GitHub
BewareMyPower merged PR #262: URL: https://github.com/apache/pulsar-client-cpp/pull/262 -- 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-client-cpp] BewareMyPower closed issue #166: [feature request] C Reader api support End-to-end Encryption

2023-05-04 Thread via GitHub
BewareMyPower closed issue #166: [feature request] C Reader api support End-to-end Encryption URL: https://github.com/apache/pulsar-client-cpp/issues/166 -- 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-client-cpp] branch branch-3.2 updated: [feat] Support end-to-end encryption in C Reader API (#262)

2023-05-04 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 7127bef [feat] Support

[GitHub] [pulsar] jiangpengcheng commented on pull request #19897: [fix][fn] Make pulsar-admin support update py/go with package url

2023-05-04 Thread via GitHub
jiangpengcheng commented on PR #19897: URL: https://github.com/apache/pulsar/pull/19897#issuecomment-1535603907 /pulsarbot rerun-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-site] Anonymitaet commented on a diff in pull request #553: Release blog 2.10.4

2023-05-04 Thread via GitHub
Anonymitaet commented on code in PR #553: URL: https://github.com/apache/pulsar-site/pull/553#discussion_r1185650704 ## blog/2023-04-19-Apache-Pulsar-2-10-4.md: ## @@ -0,0 +1,59 @@ +--- +title: "What’s New in Apache Pulsar 2.10.4" +date: 2023-04-19 +author: "liangyepianzhou,

[GitHub] [pulsar] hangc0276 commented on issue #19912: PIP-261: Restructure Getting Started section

2023-05-04 Thread via GitHub
hangc0276 commented on issue #19912: URL: https://github.com/apache/pulsar/issues/19912#issuecomment-1535624149 @asafm Thanks for your proposal. From the engineering side, the new document structure meets the beginner's reading behavior. I like reading by doing and understanding the

[GitHub] [pulsar] Demogorgon314 closed issue #18229: PIP-221: Make TableView support TTL

2023-05-04 Thread via GitHub
Demogorgon314 closed issue #18229: PIP-221: Make TableView support TTL URL: https://github.com/apache/pulsar/issues/18229 -- 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

[GitHub] [pulsar-client-go] liangyepianzhou commented on pull request #1002: [feat][txn]Implement transactional consumer/producer API

2023-05-04 Thread via GitHub
liangyepianzhou commented on PR #1002: URL: https://github.com/apache/pulsar-client-go/pull/1002#issuecomment-1535564153 Could you please retake a look? @BewareMyPower @shibd -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[pulsar] branch master updated: [fix][broker] Fix the reason label of authentication metrics (#20030)

2023-05-04 Thread rgao
This is an automated email from the ASF dual-hosted git repository. rgao 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 2b515ffb389 [fix][broker] Fix the reason label of

[GitHub] [pulsar] gaoran10 merged pull request #20030: [fix][broker] Fix the reason label of authentication metrics

2023-05-04 Thread via GitHub
gaoran10 merged PR #20030: URL: https://github.com/apache/pulsar/pull/20030 -- 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-site] Anonymitaet commented on a diff in pull request #548: [BLOG] Add pulsar 3.0 blog post

2023-05-04 Thread via GitHub
Anonymitaet commented on code in PR #548: URL: https://github.com/apache/pulsar-site/pull/548#discussion_r1185652021 ## blog/2023-05-02-announcing-apache-pulsar-3-0.md: ## @@ -0,0 +1,139 @@ +--- +title: "Announcing Apache Pulsar 3.0: The First Long-Term Support Release" +date:

[pulsar-client-cpp] annotated tag v3.2.0-candidate-2 updated (7127bef -> 175baa5)

2023-05-04 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a change to annotated tag v3.2.0-candidate-2 in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git *** WARNING: tag v3.2.0-candidate-2 was modified! *** from 7127bef (commit) to 175baa5

[GitHub] [pulsar] chiragbparikh commented on pull request #12235: [pulsar-broker] PIP-100 Support pluggable topic factory

2023-05-04 Thread via GitHub
chiragbparikh commented on PR #12235: URL: https://github.com/apache/pulsar/pull/12235#issuecomment-1535480957 @momo-jun and @rdhabalia Can we please get some documentation and clarification on how this feature can be used for Migration of topics and migration of topics across clusters?

[GitHub] [pulsar] BewareMyPower commented on pull request #19944: [improve][client] Support multi-topic messageId deserialization to ack messages

2023-05-04 Thread via GitHub
BewareMyPower commented on PR #19944: URL: https://github.com/apache/pulsar/pull/19944#issuecomment-1535663129 You need to send a discussion to d...@apache.org, otherwise others might not know this PIP. For example, I see the PIP number of @liangyepianzhou has conflict with this PIP.

[GitHub] [pulsar] liangyepianzhou commented on pull request #19944: [improve][client] Support multi-topic messageId deserialization to ack messages

2023-05-04 Thread via GitHub
liangyepianzhou commented on PR #19944: URL: https://github.com/apache/pulsar/pull/19944#issuecomment-1535668792 >You need to send a discussion to [d...@apache.org](mailto:d...@apache.org), otherwise others might not know this PIP. For example, I see the PIP number of @liangyepianzhou has

[GitHub] [pulsar] liangyepianzhou opened a new issue, #20225: PIP-266: Support batch deletion of tenants, namespaces, topics, and subscriptions using input files and regex in Pulsar CLI

2023-05-04 Thread via GitHub
liangyepianzhou opened a new issue, #20225: URL: https://github.com/apache/pulsar/issues/20225 # Background knowledge In Pulsar, the current CLI commands for deleting tenants, namespaces, topics, and subscriptions require specifying each entity individually. This can be cumbersome

[GitHub] [pulsar-site] michaeljmarshall opened a new pull request, #555: Document OpenID Connect Auth Provider

2023-05-04 Thread via GitHub
michaeljmarshall opened a new pull request, #555: URL: https://github.com/apache/pulsar-site/pull/555 ### Documentation - [x] `doc` These are the docs for https://github.com/apache/pulsar/issues/19771. Once they are approved, I'll copy them to the 3.0 docs. -- This is an

[GitHub] [pulsar] jiangpengcheng commented on pull request #19897: [fix][fn] Make pulsar-admin support update py/go with package url

2023-05-04 Thread via GitHub
jiangpengcheng commented on PR #19897: URL: https://github.com/apache/pulsar/pull/19897#issuecomment-1535663783 /pulsarbot rerun-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-helm-chart] michaeljmarshall opened a new pull request, #361: Test with Kubeadm 1.24.13

2023-05-04 Thread via GitHub
michaeljmarshall opened a new pull request, #361: URL: https://github.com/apache/pulsar-helm-chart/pull/361 ### Motivation kubeadm failed to start in several recent tests. I noticed we're running with an old version of kubeadm. This PR upgrades to a more recent version.

[GitHub] [pulsar] mattisonchao commented on pull request #20222: [fix][sec] Update dependencies to use snakeyaml 2.0

2023-05-04 Thread via GitHub
mattisonchao commented on PR #20222: URL: https://github.com/apache/pulsar/pull/20222#issuecomment-1535684508 @codelipenghui @Technoboy- @lhotari @michaeljmarshall @tisonkun would you mind taking a look? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] mattisonchao commented on pull request #20223: [fix][sec] Update dependencies to use snakeyaml 2.0 against 3.0

2023-05-04 Thread via GitHub
mattisonchao commented on PR #20223: URL: https://github.com/apache/pulsar/pull/20223#issuecomment-1535684592 @codelipenghui @Technoboy- @lhotari @michaeljmarshall @tisonkun would you mind taking a look? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar-helm-chart] michaeljmarshall commented on pull request #360: add ingressClassName

2023-05-04 Thread via GitHub
michaeljmarshall commented on PR #360: URL: https://github.com/apache/pulsar-helm-chart/pull/360#issuecomment-1535687157 I agree. I looked into it a bit tonight but wasn't able to figure it out. I'll keep looking into it. I am hoping we can do another release soon with the just released

[GitHub] [pulsar-helm-chart] michaeljmarshall commented on pull request #361: Test with Kubeadm 1.24.12

2023-05-04 Thread via GitHub
michaeljmarshall commented on PR #361: URL: https://github.com/apache/pulsar-helm-chart/pull/361#issuecomment-1535686667 @lhotari - these tests are failing because kubadm isn't starting. I did some quick searching and couldn't find an explanation. Do you have any suggestions? -- This is