wuzhanpeng commented on pull request #13208:
URL: https://github.com/apache/pulsar/pull/13208#issuecomment-991510868
I think the proposal of `getBundleDataForLoadShedding` is great, it can
effectively reduce the redundancy of the code, I have made changes, @Jason918
@hangc0276 can take a l
merlimat commented on a change in pull request #13236:
URL: https://github.com/apache/pulsar/pull/13236#discussion_r767104183
##
File path: pulsar-client-cpp/CMakeLists.txt
##
@@ -58,6 +58,9 @@ MESSAGE(STATUS "BUILD_TESTS: " ${BUILD_TESTS})
option(BUILD_PYTHON_WRAPPER "Build
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 6d9d24d Use current resourceUsage value as historyUsage when leader
change in ThresholdShedder (#13136)
add bd
merlimat merged pull request #13203:
URL: https://github.com/apache/pulsar/pull/13203
--
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: commits-unsu
merlimat closed issue #12554:
URL: https://github.com/apache/pulsar/issues/12554
--
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: commits-unsubscr.
merlimat commented on pull request #13225:
URL: https://github.com/apache/pulsar/pull/13225#issuecomment-991506253
> do we need a PIP here ? it is a big feature
If you discount the license files, it's 1 single file containing an
implementation which is not enabled by default and whic
merlimat commented on a change in pull request #13225:
URL: https://github.com/apache/pulsar/pull/13225#discussion_r767103805
##
File path:
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/EtcdMetadataStore.java
##
@@ -0,0 +1,423 @@
+/**
+ * Licensed to the Apache
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 0c48d23 Remove RateLimiter construct
michaeljmarshall commented on pull request #11599:
URL: https://github.com/apache/pulsar/pull/11599#issuecomment-991505534
Cherry picked to `branch-2.7` because one of the lines it removes is longer
than 120 characters. Now `branch-2.7` passes checkstyle.
--
This is an automated message
eolivelli commented on pull request #13225:
URL: https://github.com/apache/pulsar/pull/13225#issuecomment-991498781
do we need a PIP here ? it is a big feature
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
eolivelli commented on a change in pull request #13135:
URL: https://github.com/apache/pulsar/pull/13135#discussion_r767102340
##
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java
##
@@ -1997,7 +1997,31 @@ private boolean checkTransactionEn
yuruguo removed a comment on pull request #13237:
URL: https://github.com/apache/pulsar/pull/13237#issuecomment-991490945
/pulsarbot run-failure-checks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to
yuruguo commented on pull request #13237:
URL: https://github.com/apache/pulsar/pull/13237#issuecomment-991490945
/pulsarbot run-failure-checks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to th
michaeljmarshall commented on pull request #11912:
URL: https://github.com/apache/pulsar/pull/11912#issuecomment-991480744
Note that this commit is not cherry picked to `branch-2.7` because the same
changes are merged here https://github.com/apache/pulsar/pull/11913.
--
This is an automa
yuruguo opened a new pull request #13237:
URL: https://github.com/apache/pulsar/pull/13237
### Motivation
It should return `null` instead of `RestException` in method
`NamespacesBase#internalGetPublishRate`, because `null` means that the
`publish-rate` is not configured.
It is the sa
Jason918 commented on a change in pull request #13225:
URL: https://github.com/apache/pulsar/pull/13225#discussion_r767089475
##
File path:
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/EtcdMetadataStore.java
##
@@ -0,0 +1,423 @@
+/**
+ * Licensed to the Apache
This is an automated email from the ASF dual-hosted git repository.
penghui 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 6d9d24d Use current resourceUsage value as his
codelipenghui merged pull request #13136:
URL: https://github.com/apache/pulsar/pull/13136
--
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: commits
codelipenghui closed issue #13119:
URL: https://github.com/apache/pulsar/issues/13119
--
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: commits-unsu
Demogorgon314 opened a new pull request #13236:
URL: https://github.com/apache/pulsar/pull/13236
### Motivation
The Pulsar Wireshark dissector doesn't have a CMake file to build it, and in
the latest Wireshark, the dissector API has changed. This PR is the minimizes
support of Wireshark
longtengz commented on issue #681:
URL:
https://github.com/apache/pulsar-client-go/issues/681#issuecomment-991433969
That seems very confusing to me. If batch is disabled, why using a
batchBuilder? From the comments in the code, I assume there's a difference in
the format of batch message
hangc0276 commented on issue #13148:
URL: https://github.com/apache/pulsar/issues/13148#issuecomment-991425783
We are designing a proposal for auto switch cluster service provider when
one cluster is failed.
--
This is an automated message from the Apache Git Service.
To respond to the m
liangyepianzhou commented on a change in pull request #13135:
URL: https://github.com/apache/pulsar/pull/13135#discussion_r767078065
##
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/TransactionMetaStoreHandler.java
##
@@ -294,7 +340,27 @@ public void
ha
merlimat commented on a change in pull request #13230:
URL: https://github.com/apache/pulsar/pull/13230#discussion_r767069070
##
File path: site2/docs/administration-geo.md
##
@@ -214,4 +214,5 @@ Consumer consumer =
client.newConsumer(Schema.STRING)
### Limitations
-When
congbobo184 commented on a change in pull request #13135:
URL: https://github.com/apache/pulsar/pull/13135#discussion_r766675485
##
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/TransactionMetaStoreHandler.java
##
@@ -158,6 +178,12 @@ public void connect
github-actions[bot] commented on pull request #13234:
URL: https://github.com/apache/pulsar/pull/13234#issuecomment-991400652
@congbobo184:Thanks for providing doc info!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 2dd6b0722cc07fb3aa8c0ce428f013e52c38a669
Author: Rajan Dhabalia
AuthorDate: Wed Mar 24 07:32:54 2021 -0700
[
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 949a1eb628b08345bf51df8424e869640ef1f7dd
Author: GuoJiwei
AuthorDate: Fri Aug 6 16:06:18 2021 +0800
Fix Cons
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from deb9b0b [broker] fix `GetTopicsOfNamespace` with binary lookup
service not check auth (#11172)
new 2dd6
michaeljmarshall commented on pull request #10017:
URL: https://github.com/apache/pulsar/pull/10017#issuecomment-991370606
Cherry picking this to branch-2.7 because
https://github.com/apache/pulsar/pull/11455 relies on part of it, and it
simplifies the conflict resolution for the other com
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new deb9b0b [broker] fix `GetTopicsOfNam
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 8e97d58 PLSR-1470: Only auth _errors
zzzming edited a comment on issue #681:
URL:
https://github.com/apache/pulsar-client-go/issues/681#issuecomment-991325782
@longtengz Messages flushed by the BatchBuilder's through
internalFlushCurrentBatch(). Even if the batch is disabled, the message still
needs to be added to a batchBui
zzzming commented on pull request #678:
URL: https://github.com/apache/pulsar-client-go/pull/678#issuecomment-991337168
We should use this
```
bc.numMessages+1 <= bc.maxMessages
```
Because this will accommodate an individual message when batch is disabled.
Currently this
zzzming commented on issue #681:
URL:
https://github.com/apache/pulsar-client-go/issues/681#issuecomment-991325782
@longtengz Messages flushed by the BatchBuilder's through
internalFlushCurrentBatch(). Even if the batch is disabled, the message still
needs to be added to a batchBuilder. W
michaeljmarshall commented on pull request #10775:
URL: https://github.com/apache/pulsar/pull/10775#issuecomment-991325796
Removing `release/2.7.4` label, as this PR will not make the release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please l
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit bdc62ecac2a96b5ff657b5e70c306df81e3fe93d
Author: Lari Hotari
AuthorDate: Tue Aug 3 19:14:26 2021 +0300
[Brok
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 46af23e3fb54675764f14153bb52303649b5b8c2
Author: Ron Farkash
AuthorDate: Thu Jul 29 18:22:27 2021 +0300
[Iss
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from bc887d8 [issue #13351] Solving precise rate limiting does not takes
effect (#11446)
new 46af23e [Issue
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new bc887d8 [issue #13351] Solving preci
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 0df22ad [Issue 8599] Fix DispatchRat
michaeljmarshall commented on issue #9940:
URL: https://github.com/apache/pulsar/issues/9940#issuecomment-991191332
@fransguelinckx - can you confirm that this is still an issue? I am
releasing 2.7.4 now, so I am going to remove the label. I believe there were
some recent fixes to the key_
michaeljmarshall commented on issue #9697:
URL: https://github.com/apache/pulsar/issues/9697#issuecomment-991188550
@epsteina16 - can you confirm whether or not this bug is still present in
recent releases of Pulsar? We are releasing 2.7.4 now, so I am going to remove
this label. However,
michaeljmarshall commented on pull request #9219:
URL: https://github.com/apache/pulsar/pull/9219#issuecomment-991183171
@ltamber - do you plan on completing the work for this PR? There are
conflicts right now. As such, I am going to remove the 2.7.4 label. I added the
2.10 milestone. If/w
michaeljmarshall commented on issue #9084:
URL: https://github.com/apache/pulsar/issues/9084#issuecomment-991181693
Removing the release label. We need a PR to have a release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
michaeljmarshall commented on issue #8419:
URL: https://github.com/apache/pulsar/issues/8419#issuecomment-991179307
Since we don't have a PR for this, I am going to remove the 2.7.4 label. We
should still try to fix it, of course, but there is no target release if we
don't have a commit.
michaeljmarshall commented on issue #7804:
URL: https://github.com/apache/pulsar/issues/7804#issuecomment-991178015
@codelipenghui - removing the 2.7.4 label. I'm not sure that we'll do a
2.7.5 release. We'll determine which branches to cherry pick to when this is
completed/merged.
--
T
loganloganlogan opened a new issue #13235:
URL: https://github.com/apache/pulsar/issues/13235
## Motivation and Goal
Several ML threads indicated that the Pulsar site underrepresented the
technology and community. Our goal is to make the Pulsar website the premier
destination for end us
michaeljmarshall commented on pull request #13215:
URL: https://github.com/apache/pulsar/pull/13215#issuecomment-991173029
@eolivelli let me know over slack that these tests are very flaky. I am
going to keep retriggering the builds a little bit more before I dig into the
tests any more.
lhotari closed pull request #13122:
URL: https://github.com/apache/pulsar/pull/13122
--
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: commits-unsub
lhotari closed issue #13232:
URL: https://github.com/apache/pulsar/issues/13232
--
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: commits-unsubscr..
lhotari commented on issue #13232:
URL: https://github.com/apache/pulsar/issues/13232#issuecomment-991166440
Addressed by #13226
I have posted information about Log4Shell mitigations for existing Pulsar
releases on the mailing list:
https://lists.apache.org/thread/pf8wfzt09c2dv4z29
lhotari closed pull request #13231:
URL: https://github.com/apache/pulsar/pull/13231
--
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: commits-unsub
lhotari commented on pull request #13231:
URL: https://github.com/apache/pulsar/pull/13231#issuecomment-991165677
The system property workaround is useful for existing versions.
I have posted information about a mitigation for Log4Shell on the mailing
list: https://lists.apache.org/thre
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from f0da648 [Issue 11846][Java client] Create a consumer in the paused
state (#11974)
add 50be3f8 Apache Pulsa
michaeljmarshall merged pull request #12425:
URL: https://github.com/apache/pulsar/pull/12425
--
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: comm
michaeljmarshall commented on pull request #12425:
URL: https://github.com/apache/pulsar/pull/12425#issuecomment-991152165
Merging now. If anyone would like to adjust the notes, please submit a PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
michaeljmarshall commented on a change in pull request #12425:
URL: https://github.com/apache/pulsar/pull/12425#discussion_r766845688
##
File path: site2/website/release-notes.md
##
@@ -1,8 +1,107 @@
## Apache Pulsar Release Notes
-### 2.8.1
+### 2.9.0
+ 2021-11-25
+##
michaeljmarshall commented on pull request #13215:
URL: https://github.com/apache/pulsar/pull/13215#issuecomment-991132520
I'm looking into why these tests are failing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 41e3872 Publish new charts to https://pulsar
This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git.
from a16c6bb Make k8s probe timeoutSeconds configurable and set default to
5s for k8s 1.20+ compatibility (#
This is an automated email from the ASF dual-hosted git repository.
sijie pushed a change to tag pulsar-2.7.6
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git.
at b4b2fa7 (commit)
No new revisions were added by this update.
kellyfj commented on pull request #13215:
URL: https://github.com/apache/pulsar/pull/13215#issuecomment-991117829
/pulsarbot run-failure-checks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to th
merlimat commented on a change in pull request #13225:
URL: https://github.com/apache/pulsar/pull/13225#discussion_r766806671
##
File path:
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/EtcdMetadataStore.java
##
@@ -0,0 +1,423 @@
+/**
+ * Licensed to the Apache
This is an automated email from the ASF dual-hosted git repository.
mmarshall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 0ce155e Fix MessagePayloadContextImpl not recycled (#13233)
add f0da648 [Issue 11846][Java client] Create a
merlimat commented on a change in pull request #13225:
URL: https://github.com/apache/pulsar/pull/13225#discussion_r766804617
##
File path:
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/EtcdMetadataStore.java
##
@@ -0,0 +1,423 @@
+/**
+ * Licensed to the Apache
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 e8444d2 Add basic DOAP file for Pulsar (#11864)
add 0ce155e Fix MessagePayloadContextImpl not recycled (#13233
merlimat commented on a change in pull request #13225:
URL: https://github.com/apache/pulsar/pull/13225#discussion_r766803140
##
File path:
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/impl/EtcdMetadataStore.java
##
@@ -0,0 +1,423 @@
+/**
+ * Licensed to the Apache
michaeljmarshall merged pull request #11974:
URL: https://github.com/apache/pulsar/pull/11974
--
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: comm
michaeljmarshall closed issue #11846:
URL: https://github.com/apache/pulsar/issues/11846
--
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: commits-u
merlimat merged pull request #13233:
URL: https://github.com/apache/pulsar/pull/13233
--
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: commits-unsu
This is an automated email from the ASF dual-hosted git repository.
wave 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 e8444d2 Add basic DOAP file for Pulsar (#11864)
e
dave2wave merged pull request #11864:
URL: https://github.com/apache/pulsar/pull/11864
--
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: commits-uns
eolivelli commented on pull request #12425:
URL: https://github.com/apache/pulsar/pull/12425#issuecomment-991027151
@Anonymitaet I have removed the misc section, moving more PRs to other
sections.
I have fixed all the titles of the PRs
I believe that this patch is in good shape an
murong00 commented on pull request #13218:
URL: https://github.com/apache/pulsar/pull/13218#issuecomment-991003608
ping @zymap
--
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 comme
kellyfj commented on pull request #13215:
URL: https://github.com/apache/pulsar/pull/13215#issuecomment-990986509
/pulsarbot run-failure-checks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to th
jonaskint commented on issue #13232:
URL: https://github.com/apache/pulsar/issues/13232#issuecomment-990957483
> already fixed: #13226
Any idea when the actual tags will be released?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
murong00 commented on pull request #13218:
URL: https://github.com/apache/pulsar/pull/13218#issuecomment-990926318
/pulsarbot run-failure-checks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to t
This is an automated email from the ASF dual-hosted git repository.
eolivelli 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 ef29667 Upgrade Log4J2 to 2.15.0 to
YouJiacheng edited a comment on issue #13232:
URL: https://github.com/apache/pulsar/issues/13232#issuecomment-990893143
already fixed:
https://github.com/apache/pulsar/pull/13226
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
YouJiacheng edited a comment on issue #13232:
URL: https://github.com/apache/pulsar/issues/13232#issuecomment-990893143
already fix:
https://github.com/apache/pulsar/pull/13226
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
YouJiacheng commented on issue #13232:
URL: https://github.com/apache/pulsar/issues/13232#issuecomment-990893143
already fix:
https://github.com/apache/pulsar/commit/b136a734eecf5719780f5dc4c97e7a7c395af3d6
>
--
This is an automated message from the Apache Git Service.
To res
congbobo184 commented on a change in pull request #13135:
URL: https://github.com/apache/pulsar/pull/13135#discussion_r766602200
##
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/TransactionMetaStoreHandler.java
##
@@ -432,38 +705,43 @@ private void onRes
YouJiacheng commented on issue #13175:
URL: https://github.com/apache/pulsar/issues/13175#issuecomment-990887983
You can just wrap(use inheritance) reader class to implement this feature.
No need to modify pulsar. And your wrapped API will handle this check, you
don't need repeat code for
github-actions[bot] commented on pull request #13234:
URL: https://github.com/apache/pulsar/pull/13234#issuecomment-990886104
@congbobo184:Thanks for your contribution. For this PR, do we need to update
docs?
(The [PR template contains info about
doc](https://github.com/apache/pulsar/bl
congbobo184 commented on a change in pull request #13135:
URL: https://github.com/apache/pulsar/pull/13135#discussion_r766570924
##
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/TransactionMetaStoreHandler.java
##
@@ -206,8 +228,23 @@ void handleNewTxnRe
congbobo184 opened a new pull request #13234:
URL: https://github.com/apache/pulsar/pull/13234
link #13209
--
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,
Anonymitaet commented on a change in pull request #13118:
URL: https://github.com/apache/pulsar/pull/13118#discussion_r766571137
##
File path: site2/docs/admin-api-packages.md
##
@@ -109,142 +124,168 @@ bin/pulsar-admin packages download
functions://public/default/example@v0.1
Anonymitaet commented on a change in pull request #13118:
URL: https://github.com/apache/pulsar/pull/13118#discussion_r766522806
##
File path: site2/docs/admin-api-packages.md
##
@@ -4,77 +4,57 @@ title: Manage packages
sidebar_label: Packages
---
-> **Important**
->
-> Thi
lhotari commented on pull request #13226:
URL: https://github.com/apache/pulsar/pull/13226#issuecomment-990830116
> [CVE-2021-44228](https://github.com/advisories/GHSA-jfh8-c2jp-5v3q) is
triggered if user provided input is passed to Logger's debug/info/warn/error
method directly. It doesn'
hangc0276 commented on issue #13175:
URL: https://github.com/apache/pulsar/issues/13175#issuecomment-990812067
@merlimat We can just check the MessageId or publish time when received the
message. I wonder do we really need this feature? It may makes pulsar more
complex.
--
This is an au
BewareMyPower commented on pull request #13233:
URL: https://github.com/apache/pulsar/pull/13233#issuecomment-990809417
@codelipenghui I think the behavior depends on the implementation of Netty
recycler.
BTW, I have sent [an
email](https://lists.apache.org/thread/9jmytp51f2o4gp9w2v
hangc0276 commented on issue #13178:
URL: https://github.com/apache/pulsar/issues/13178#issuecomment-990808467
@leizhiyuan Would you please write a test the confirm the problem?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
codelipenghui commented on pull request #13208:
URL: https://github.com/apache/pulsar/pull/13208#issuecomment-990805723
> And there is another special namespace "SLA_NAMESPACE", do we need to
avoid this LoadShedding too?
Yes, we should also filter out the SLA_NAMESPACE, but not requi
This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 00127bcc [ Java Client ] fix parseProtobufSchema method will be called
two times (#13163)
add 355135c Fix log
codelipenghui merged pull request #13123:
URL: https://github.com/apache/pulsar/pull/13123
--
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: commits
codelipenghui merged pull request #13163:
URL: https://github.com/apache/pulsar/pull/13163
--
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: commits
github-actions[bot] commented on pull request #13233:
URL: https://github.com/apache/pulsar/pull/13233#issuecomment-990795686
--
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.
longtengz commented on issue #680:
URL:
https://github.com/apache/pulsar-client-go/issues/680#issuecomment-990795713
The thing is I used go client to produce messages in any shape or form (e.g.
only nil out one nullable field), and none of them came back successfully in
pulsar sql. But th
hangc0276 commented on issue #13219:
URL: https://github.com/apache/pulsar/issues/13219#issuecomment-990795572
The ledger 33033 has been deleted by retention during offloading, so it is
the expected behavior.
--
This is an automated message from the Apache Git Service.
To respond to the
1 - 100 of 126 matches
Mail list logo