[GitHub] [pulsar] mattisonchao commented on pull request #20147: [feat] [broker] Add broker health check status into prometheus metrics

2023-04-27 Thread via GitHub
mattisonchao commented on PR #20147: URL: https://github.com/apache/pulsar/pull/20147#issuecomment-1527023464 Ohh, I see. Thanks! -- 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] AnonHxy commented on pull request #20196: [improve][broker] Improve knownBrokers update

2023-04-27 Thread via GitHub
AnonHxy commented on PR #20196: URL: https://github.com/apache/pulsar/pull/20196#issuecomment-1526999846 > knownBrokers? Great. Have corrected the title. Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [pulsar-site] poorbarcode commented on a diff in pull request #545: Add release note for Pulsar 3.0.0

2023-04-27 Thread via GitHub
poorbarcode commented on code in PR #545: URL: https://github.com/apache/pulsar-site/pull/545#discussion_r1179933211 ## release-notes/versioned/pulsar-3.0.0.md: ## @@ -0,0 +1,472 @@ +--- +id: pulsar-3.0.0 +title: Apache Pulsar 3.0.0 +sidebar_label: Apache Pulsar 3.0.0 +--- +

[GitHub] [pulsar-site] poorbarcode commented on a diff in pull request #545: Add release note for Pulsar 3.0.0

2023-04-27 Thread via GitHub
poorbarcode commented on code in PR #545: URL: https://github.com/apache/pulsar-site/pull/545#discussion_r1179932689 ## release-notes/versioned/pulsar-3.0.0.md: ## @@ -0,0 +1,472 @@ +--- +id: pulsar-3.0.0 +title: Apache Pulsar 3.0.0 +sidebar_label: Apache Pulsar 3.0.0 +--- +

[GitHub] [pulsar-client-python] JeroenJansze1989 opened a new issue, #114: Segmentation fault for acknowledge_cumulative

2023-04-27 Thread via GitHub
JeroenJansze1989 opened a new issue, #114: URL: https://github.com/apache/pulsar-client-python/issues/114 **Describe the bug** Trying to use the consumer acknowledge_cumulative(msg) functionality. The python shell stops with Segmentation fault (core dumped). Expected is to ack the

[GitHub] [pulsar-site] tisonkun commented on a diff in pull request #513: [feat] Add client matrix page

2023-04-27 Thread via GitHub
tisonkun commented on code in PR #513: URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1179927807 ## docusaurus.config.js: ## @@ -393,6 +393,16 @@ module.exports = { sidebarPath: false, }), ], +[ +

[GitHub] [pulsar-site] urfreespace commented on a diff in pull request #513: [feat] Add client matrix page

2023-04-27 Thread via GitHub
urfreespace commented on code in PR #513: URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1179918906 ## docusaurus.config.js: ## @@ -393,6 +393,16 @@ module.exports = { sidebarPath: false, }), ], +[ +

[GitHub] [pulsar] lifepuzzlefun commented on pull request #20196: [improve][broker] Improve knowBrokers update

2023-04-27 Thread via GitHub
lifepuzzlefun commented on PR #20196: URL: https://github.com/apache/pulsar/pull/20196#issuecomment-1526967491 @AnonHxy hi i found some previous fix on the ConcurrentModificationException when on `knownBrokers` field. and in my opinion this method will have a chance to execute

[GitHub] [pulsar] poorbarcode commented on issue #18056: [PIP-214][broker]Add broker level metrics statistics and expose to prometheus

2023-04-27 Thread via GitHub
poorbarcode commented on issue #18056: URL: https://github.com/apache/pulsar/issues/18056#issuecomment-1526962956 Hi @yyj8 What is the status of this PIP? I see https://github.com/apache/pulsar/pull/19047 is merged. So my understanding is that all things are completed, right? If

[GitHub] [pulsar] He-Pin commented on pull request #20196: [improve][broker] Improve knowBrokers update

2023-04-27 Thread via GitHub
He-Pin commented on PR #20196: URL: https://github.com/apache/pulsar/pull/20196#issuecomment-1526959774 knownBrokers? -- 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

[pulsar] branch branch-2.11 updated: Fix compile failure

2023-04-27 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-2.11 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.11 by this push: new 72a10b2f0d8 Fix compile failure

[GitHub] [pulsar] lifepuzzlefun commented on pull request #20196: [improve][broker] Improve knowBrokers update

2023-04-27 Thread via GitHub
lifepuzzlefun commented on PR #20196: URL: https://github.com/apache/pulsar/pull/20196#issuecomment-1526930780 the code here. it seems a fix to avoid a problem. context here https://github.com/apache/pulsar/pull/16690 -- This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] BewareMyPower added a comment to the discussion: Using MessageID as a log sequence number downstream? Any better options?

2023-04-27 Thread GitBox
GitHub user BewareMyPower added a comment to the discussion: Using MessageID as a log sequence number downstream? Any better options? > Is it safe to rely on this internal undocumented structure of a MessageID? No. Or at least theoretically not. > log sequence number You can try the

[GitHub] [pulsar] liangyepianzhou commented on a diff in pull request #19832: [improve][misc] Change PIP issue template

2023-04-27 Thread via GitHub
liangyepianzhou commented on code in PR #19832: URL: https://github.com/apache/pulsar/pull/19832#discussion_r1179881678 ## .github/ISSUE_TEMPLATE/pip.md: ## @@ -0,0 +1,157 @@ +--- +name: PIP +about: Submit a Pulsar Improvement Proposal (PIP) +title: 'PIP-XYZ: ' +labels: PIP

[GitHub] [pulsar] liangyepianzhou commented on a diff in pull request #19832: [improve][misc] Change PIP issue template

2023-04-27 Thread via GitHub
liangyepianzhou commented on code in PR #19832: URL: https://github.com/apache/pulsar/pull/19832#discussion_r1179874689 ## .github/ISSUE_TEMPLATE/pip.md: ## @@ -0,0 +1,157 @@ +--- +name: PIP +about: Submit a Pulsar Improvement Proposal (PIP) +title: 'PIP-XYZ: ' +labels: PIP

[pulsar-client-cpp] annotated tag v3.2.0-candidate-1 updated (f3a037a -> c8cd20e)

2023-04-27 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-1 in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git *** WARNING: tag v3.2.0-candidate-1 was modified! *** from f3a037a (commit) to c8cd20e

[pulsar-client-cpp] branch branch-3.2 updated: Release 3.2.0

2023-04-27 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 f3a037a Release 3.2.0 f3a037a

[GitHub] [pulsar] liangyepianzhou commented on a diff in pull request #19832: [improve][misc] Change PIP issue template

2023-04-27 Thread via GitHub
liangyepianzhou commented on code in PR #19832: URL: https://github.com/apache/pulsar/pull/19832#discussion_r1179870003 ## .github/ISSUE_TEMPLATE/pip.md: ## @@ -0,0 +1,157 @@ +--- +name: PIP +about: Submit a Pulsar Improvement Proposal (PIP) +title: 'PIP-XYZ: ' +labels: PIP

[GitHub] [pulsar] liangyepianzhou commented on a diff in pull request #19832: [improve][misc] Change PIP issue template

2023-04-27 Thread via GitHub
liangyepianzhou commented on code in PR #19832: URL: https://github.com/apache/pulsar/pull/19832#discussion_r1179869531 ## .github/ISSUE_TEMPLATE/pip.md: ## @@ -0,0 +1,157 @@ +--- +name: PIP +about: Submit a Pulsar Improvement Proposal (PIP) +title: 'PIP-XYZ: ' +labels: PIP

[pulsar-client-cpp] branch branch-3.2 created (now 4063562)

2023-04-27 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a change to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git at 4063562 Support get the SchemaInfo from a topic and the schema version (#257) No new revisions were

[pulsar-client-cpp] branch main updated: Support get the SchemaInfo from a topic and the schema version (#257)

2023-04-27 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 4063562 Support get the SchemaInfo from a

[GitHub] [pulsar-client-cpp] BewareMyPower merged pull request #257: Support get the SchemaInfo from a topic and the schema version

2023-04-27 Thread via GitHub
BewareMyPower merged PR #257: URL: https://github.com/apache/pulsar-client-cpp/pull/257 -- 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] rdhabalia commented on pull request #20147: [feat] [broker] Add broker health check status into prometheus metrics

2023-04-27 Thread via GitHub
rdhabalia commented on PR #20147: URL: https://github.com/apache/pulsar/pull/20147#issuecomment-1526869619 Sure. > If I remember correctly, the new configuration should [draft](https://github.com/apache/pulsar/issues/new?assignees==PIP=pip.yml=PIP-XYZ%3A+) a proposal.

[GitHub] [pulsar] github-actions[bot] commented on issue #19665: PIP-252: Configurable compact topic retention

2023-04-27 Thread via GitHub
github-actions[bot] commented on issue #19665: URL: https://github.com/apache/pulsar/issues/19665#issuecomment-1526868941 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] tisonkun closed issue #20193: add maven source plugin

2023-04-27 Thread via GitHub
tisonkun closed issue #20193: add maven source plugin URL: https://github.com/apache/pulsar/issues/20193 -- 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,

[GitHub] [pulsar] github-actions[bot] commented on issue #19941: [Doc] Swagger generated wrong API docs because of the Jackson annotation

2023-04-27 Thread via GitHub
github-actions[bot] commented on issue #19941: URL: https://github.com/apache/pulsar/issues/19941#issuecomment-1526868562 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] tisonkun commented on issue #20193: add maven source plugin

2023-04-27 Thread via GitHub
tisonkun commented on issue #20193: URL: https://github.com/apache/pulsar/issues/20193#issuecomment-1526868502 See https://github.com/apache/pulsar/pull/20192#issuecomment-1526868123. This is a known and fixed issue. May be delivered at 3.0. -- This is an automated message from the

[GitHub] [pulsar] tisonkun commented on pull request #20192: [improve][build] add maven source plugin

2023-04-27 Thread via GitHub
tisonkun commented on PR #20192: URL: https://github.com/apache/pulsar/pull/20192#issuecomment-1526868123 This is a known issue and has been fixed. See https://github.com/apache/pulsar/discussions/20175. The maven source plugin is inherited from apache parent pom already.

[GitHub] [pulsar] tisonkun closed pull request #20192: [improve][build] add maven source plugin

2023-04-27 Thread via GitHub
tisonkun closed pull request #20192: [improve][build] add maven source plugin URL: https://github.com/apache/pulsar/pull/20192 -- 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.

[pulsar] branch master updated: [improve][misc] Change PIP issue template (#19832)

2023-04-27 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 77f00413fff [improve][misc] Change PIP issue

[GitHub] [pulsar] tisonkun merged pull request #19832: [improve][misc] Change PIP issue template

2023-04-27 Thread via GitHub
tisonkun merged PR #19832: URL: https://github.com/apache/pulsar/pull/19832 -- 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] tisonkun commented on pull request #19832: [fix][misc] Change PIP issue template

2023-04-27 Thread via GitHub
tisonkun commented on PR #19832: URL: https://github.com/apache/pulsar/pull/19832#issuecomment-1526866983 Thank you! Merging... -- 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

[pulsar-site] branch main updated: Docs sync done from apache/pulsar (#f7c0b3c)

2023-04-27 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree 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 8dd7b525928 Docs sync done from apache/pulsar

[GitHub] [pulsar] Technoboy- commented on pull request #20196: [improve][broker] Improve knowBrokers update

2023-04-27 Thread via GitHub
Technoboy- commented on PR #20196: URL: https://github.com/apache/pulsar/pull/20196#issuecomment-1526845476 /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] mattisonchao commented on pull request #20147: [feat] [broker] Add broker health check status into prometheus metrics

2023-04-27 Thread via GitHub
mattisonchao commented on PR #20147: URL: https://github.com/apache/pulsar/pull/20147#issuecomment-1526840220 Hi, @rdhabalia ![image](https://user-images.githubusercontent.com/74767115/235030451-f3b6adb4-a6f9-46bf-90dd-eb27b8464815.png) -- This is an automated message from

[GitHub] [pulsar-site] tpiperatgod commented on pull request #544: [improve][fn] add docs for supporting reading config options from files in Python runner

2023-04-27 Thread via GitHub
tpiperatgod commented on PR #544: URL: https://github.com/apache/pulsar-site/pull/544#issuecomment-1526519569 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 comment. To

[GitHub] [pulsar] asafm opened a new issue, #20197: PIP-264: Enhanced OTel-based metric system

2023-04-27 Thread via GitHub
asafm opened a new issue, #20197: URL: https://github.com/apache/pulsar/issues/20197 ### Motivation WIP ### Goal WIP ### API Changes _No response_ ### Implementation WIP ### Security Considerations WIP ### Alternatives

[GitHub] [pulsar] poorbarcode commented on pull request #20190: [improve] [broker] Skip split boundle if only one broker

2023-04-27 Thread via GitHub
poorbarcode commented on PR #20190: URL: https://github.com/apache/pulsar/pull/20190#issuecomment-1525726688 /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-site] momo-jun commented on a diff in pull request #543: Add doc for transform functions before sinks

2023-04-27 Thread via GitHub
momo-jun commented on code in PR #543: URL: https://github.com/apache/pulsar-site/pull/543#discussion_r1179080304 ## docs/io-use.md: ## @@ -466,6 +466,14 @@ For the latest and complete information, see [Pulsar admin docs](pathname:///ref +## Run a Pulsar Function

[GitHub] [pulsar-site] momo-jun commented on a diff in pull request #543: Add doc for transform functions before sinks

2023-04-27 Thread via GitHub
momo-jun commented on code in PR #543: URL: https://github.com/apache/pulsar-site/pull/543#discussion_r1179080221 ## docs/io-use.md: ## @@ -466,6 +466,14 @@ For the latest and complete information, see [Pulsar admin docs](pathname:///ref +## Run a Pulsar Function

[GitHub] [pulsar-client-cpp] BewareMyPower commented on a diff in pull request #257: Support get the SchemaInfo from a topic and the schema version

2023-04-27 Thread via GitHub
BewareMyPower commented on code in PR #257: URL: https://github.com/apache/pulsar-client-cpp/pull/257#discussion_r1179067778 ## include/pulsar/Message.h: ## @@ -176,8 +176,16 @@ class PULSAR_PUBLIC Message { */ bool hasSchemaVersion() const; +/** + * Get

[GitHub] [pulsar-site] Anonymitaet commented on pull request #544: [improve][fn] add docs for supporting reading config options from files in Python runner

2023-04-27 Thread via GitHub
Anonymitaet commented on PR #544: URL: https://github.com/apache/pulsar-site/pull/544#issuecomment-1525589407 @tpiperatgod thanks for your quick response! > it should be that the parameters passed in from the command line have a higher priority. Does that mean I can delete the

[GitHub] [pulsar-client-node] shibd commented on issue #321: [feature request] Support partitioned topic reader.

2023-04-27 Thread via GitHub
shibd commented on issue #321: URL: https://github.com/apache/pulsar-client-node/issues/321#issuecomment-1525562876 We need wait for CPP 3.2.0 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

[GitHub] [pulsar-client-node] XXXMrG opened a new issue, #321: [feature request] Support partitioned topic reader.

2023-04-27 Thread via GitHub
XXXMrG opened a new issue, #321: URL: https://github.com/apache/pulsar-client-node/issues/321 The cpp client has already support partitioned topic reader. https://github.com/apache/pulsar-client-cpp/pull/154 For now, use node client to create a reader on a partitioned topic, it

[GitHub] [pulsar-client-node] XXXMrG opened a new issue, #320: [feature request] Any plan to support getPartitionsForTopic ?

2023-04-27 Thread via GitHub
XXXMrG opened a new issue, #320: URL: https://github.com/apache/pulsar-client-node/issues/320 Get the list of partitions for a given topic. https://pulsar.apache.org/api/cpp/3.1.x/classpulsar_1_1_client.html#a208629aff52395ad0072622ae82f5657 -- This is an automated message from

[GitHub] [pulsar-site] github-actions[bot] commented on pull request #545: Add release note for Pulsar 3.0.0

2023-04-27 Thread via GitHub
github-actions[bot] commented on PR #545: URL: https://github.com/apache/pulsar-site/pull/545#issuecomment-1525457372 @RobertIndie Please add the following content to your PR description and select a checkbox: ``` - [ ] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [

[GitHub] [pulsar-site] RobertIndie opened a new pull request, #545: Add release note for Pulsar 3.0.0

2023-04-27 Thread via GitHub
RobertIndie opened a new pull request, #545: URL: https://github.com/apache/pulsar-site/pull/545 ### Documentation - [ ] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ] `doc-complete` -- This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] AnonHxy opened a new pull request, #20196: [improve][broker] Improve knowBrokers update

2023-04-27 Thread via GitHub
AnonHxy opened a new pull request, #20196: URL: https://github.com/apache/pulsar/pull/20196 ### Motivation Improve knowBrokers update ### Modifications Improve knowBrokers update ### Verifying this change - [x] Make sure that the change passes the CI

[GitHub] [pulsar] niclash created a discussion: Pulsar Functions lifecycle and depolyment details.

2023-04-27 Thread GitBox
GitHub user niclash created a discussion: Pulsar Functions lifecycle and depolyment details. Hi, I have been using Pulsar quite successfully for a bit more than a year now, and quite happy with it. Now, I would like to streamline my app a bit and use Pulsar Functions (on 2.11.x), but I

[GitHub] [pulsar-site] momo-jun commented on a diff in pull request #513: [feat] Add client matrix page

2023-04-27 Thread via GitHub
momo-jun commented on code in PR #513: URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1178916394 ## client-feature-matrix/index.mdx: ## @@ -0,0 +1,29 @@ +--- +id: pulsar-client-feaure-matrix +title: Pulsar Client Feaure Matrix +sidebar_label: Pulsar Client

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

2023-04-27 Thread via GitHub
tisonkun commented on issue #19912: URL: https://github.com/apache/pulsar/issues/19912#issuecomment-1525283646 > I've updated the PIP according to all comments. Thanks for your updates @asafm! I believe it's good to go for a vote now. -- This is an automated message from the Apache

[GitHub] [pulsar-site] tisonkun commented on a diff in pull request #513: [feat] Add client matrix page

2023-04-27 Thread via GitHub
tisonkun commented on code in PR #513: URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1178846363 ## client-feature-matrix/index.mdx: ## @@ -0,0 +1,29 @@ +--- +id: pulsar-client-feaure-matrix +title: Pulsar Client Feaure Matrix +sidebar_label: Pulsar Client

[GitHub] [pulsar-site] momo-jun commented on a diff in pull request #513: [feat] Add client matrix page

2023-04-27 Thread via GitHub
momo-jun commented on code in PR #513: URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1178839663 ## client-feature-matrix/index.mdx: ## @@ -0,0 +1,29 @@ +--- +id: pulsar-client-feaure-matrix +title: Pulsar Client Feaure Matrix +sidebar_label: Pulsar Client

[GitHub] [pulsar-site] momo-jun commented on a diff in pull request #513: [feat] Add client matrix page

2023-04-27 Thread via GitHub
momo-jun commented on code in PR #513: URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1178839663 ## client-feature-matrix/index.mdx: ## @@ -0,0 +1,29 @@ +--- +id: pulsar-client-feaure-matrix +title: Pulsar Client Feaure Matrix +sidebar_label: Pulsar Client

[GitHub] [pulsar-site] tisonkun commented on a diff in pull request #513: [feat] Add client matrix page

2023-04-27 Thread via GitHub
tisonkun commented on code in PR #513: URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1178829914 ## client-feature-matrix/index.mdx: ## @@ -0,0 +1,29 @@ +--- +id: pulsar-client-feaure-matrix +title: Pulsar Client Feaure Matrix +sidebar_label: Pulsar Client

[GitHub] [pulsar-site] tisonkun commented on a diff in pull request #513: [feat] Add client matrix page

2023-04-27 Thread via GitHub
tisonkun commented on code in PR #513: URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1178827357 ## client-feature-matrix/index.mdx: ## @@ -0,0 +1,29 @@ +--- +id: pulsar-client-feaure-matrix +title: Pulsar Client Feaure Matrix +sidebar_label: Pulsar Client

[GitHub] [pulsar-site] momo-jun commented on a diff in pull request #513: [feat] Add client matrix page

2023-04-27 Thread via GitHub
momo-jun commented on code in PR #513: URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1178823054 ## client-feature-matrix/index.mdx: ## @@ -0,0 +1,29 @@ +--- +id: pulsar-client-feaure-matrix +title: Pulsar Client Feaure Matrix +sidebar_label: Pulsar Client

[GitHub] [pulsar-site] tisonkun commented on a diff in pull request #513: [feat] Add client matrix page

2023-04-27 Thread via GitHub
tisonkun commented on code in PR #513: URL: https://github.com/apache/pulsar-site/pull/513#discussion_r1178772326 ## docusaurus.config.js: ## @@ -393,6 +393,16 @@ module.exports = { sidebarPath: false, }), ], +[ +

svn commit: r61505 [1/2] - in /dev/pulsar/pulsar-3.0.0-candidate-4: ./ connectors/

2023-04-27 Thread cbornet
Author: cbornet Date: Thu Apr 27 08:00:21 2023 New Revision: 61505 Log: Staging artifacts and signature for Pulsar release 3.0.0 Added: dev/pulsar/pulsar-3.0.0-candidate-4/apache-pulsar-3.0.0-bin.tar.gz (with props)

svn commit: r61505 [2/2] - in /dev/pulsar/pulsar-3.0.0-candidate-4: ./ connectors/

2023-04-27 Thread cbornet
Added: dev/pulsar/pulsar-3.0.0-candidate-4/connectors/pulsar-io-jdbc-sqlite-3.0.0.nar == Binary file - no diff available. Propchange: dev/pulsar/pulsar-3.0.0-candidate-4/connectors/pulsar-io-jdbc-sqlite-3.0.0.nar

svn commit: r61504 - /dev/pulsar/pulsar-3.0.0-candidate-4/

2023-04-27 Thread cbornet
Author: cbornet Date: Thu Apr 27 07:47:58 2023 New Revision: 61504 Log: Add directory for pulsar 3.0.0-candidate-4 release Added: dev/pulsar/pulsar-3.0.0-candidate-4/

[pulsar] annotated tag v3.0.0-candidate-4 updated (7636e8989f4 -> cc8815da611)

2023-04-27 Thread cbornet
This is an automated email from the ASF dual-hosted git repository. cbornet pushed a change to annotated tag v3.0.0-candidate-4 in repository https://gitbox.apache.org/repos/asf/pulsar.git *** WARNING: tag v3.0.0-candidate-4 was modified! *** from 7636e8989f4 (commit) to cc8815da611

[GitHub] [pulsar] syk-coder opened a new issue, #20194: [Bug] While Setting BookieAffinity group, not using the broker config to set the default number of bundles

2023-04-27 Thread via GitHub
syk-coder opened a new issue, #20194: URL: https://github.com/apache/pulsar/issues/20194 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version branch: master commitId:

[GitHub] [pulsar-site] tpiperatgod commented on pull request #544: [improve][fn] add docs for supporting reading config options from files in Python runner

2023-04-27 Thread via GitHub
tpiperatgod commented on PR #544: URL: https://github.com/apache/pulsar-site/pull/544#issuecomment-1524871203 lgtm And for question 4: I made a mistake in the first sentence, it should be that the parameters passed in from the command line have a higher priority. Thank

[GitHub] [pulsar-client-cpp] shibd commented on a diff in pull request #257: Support get the SchemaInfo from a topic and the schema version

2023-04-27 Thread via GitHub
shibd commented on code in PR #257: URL: https://github.com/apache/pulsar-client-cpp/pull/257#discussion_r1178685435 ## include/pulsar/Message.h: ## @@ -177,7 +177,14 @@ class PULSAR_PUBLIC Message { bool hasSchemaVersion() const; /** - * Get the schema version

[pulsar-client-node] branch master updated: [Improve] Add error handling for the message listener (#319)

2023-04-27 Thread baodi
This is an automated email from the ASF dual-hosted git repository. baodi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git The following commit(s) were added to refs/heads/master by this push: new 448a504 [Improve] Add error

[GitHub] [pulsar-client-node] shibd merged pull request #319: [Improve] Add error handling for the message listener

2023-04-27 Thread via GitHub
shibd merged PR #319: URL: https://github.com/apache/pulsar-client-node/pull/319 -- 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 branch-3.0 updated: [fix][client] Fix breaking changes for the deprecated methods of TopicMessageIdImpl (#20163)

2023-04-27 Thread xyz
This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 7636e8989f4 [fix][client] Fix breaking

[GitHub] [pulsar] yonyong opened a new issue, #20193: add maven source plugin

2023-04-27 Thread via GitHub
yonyong opened a new issue, #20193: URL: https://github.com/apache/pulsar/issues/20193 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation The content of the pulsar client

[GitHub] [pulsar] github-actions[bot] commented on pull request #20192: [improve][build] add maven source plugin

2023-04-27 Thread via GitHub
github-actions[bot] commented on PR #20192: URL: https://github.com/apache/pulsar/pull/20192#issuecomment-1524799415 @yonyong Please add the following content to your PR description and select a checkbox: ``` - [ ] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ]

[GitHub] [pulsar] yonyong opened a new pull request, #20192: [improve][build] add maven source plugin

2023-04-27 Thread via GitHub
yonyong opened a new pull request, #20192: URL: https://github.com/apache/pulsar/pull/20192 ## Motivation The content of the pulsar client source jar package in the Maven repository is empty, resulting in developers being unable to read the code with comments after downloading the