harangozop opened a new pull request, #24654:
URL: https://github.com/apache/pulsar/pull/24654
Fixes #24646
### Motivation
When using Kafka Connect source connectors with transform filters that drop
records (e.g., Debezium SMT Filter or Kafka Connect Fi
dao-jun merged PR #24639:
URL: https://github.com/apache/pulsar/pull/24639
--
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...@pulsar.ap
This is an automated email from the ASF dual-hosted git repository.
daojun 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 d3c615c494d [fix][broker] Fix race condition in
oneby-wang commented on issue #24310:
URL: https://github.com/apache/pulsar/issues/24310#issuecomment-3209003368
Hi, I just happen to read this part source code. TopicsPattern only works
for persistent topics, and is triggered by MetaStore notification. It seems
non-persistent topic metadat
lhotari commented on PR #24623:
URL: https://github.com/apache/pulsar/pull/24623#issuecomment-3208984303
Interestingly, the results on my Dell XPS 2019 (i9-9980HK CPU @ 2.40GHz) are
very different than on MBP M3 Max:
```
┌┬──┬──┬
nodece closed pull request #24638: [fix][broker] Remove consumer from cache if
closed before creation
URL: https://github.com/apache/pulsar/pull/24638
--
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
nodece commented on PR #24638:
URL: https://github.com/apache/pulsar/pull/24638#issuecomment-3208882454
Thanks for the review and discussion. After re-evaluating the logic, I
realized that the current behavior is correct: The consumer should only be
removed from the cache once the subscript
RobertIndie merged PR #1408:
URL: https://github.com/apache/pulsar-client-go/pull/1408
--
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.
This is an automated email from the ASF dual-hosted git repository.
zike pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new d471a678 Change the pulsar_client_sendin
Copilot commented on code in PR #498:
URL: https://github.com/apache/pulsar-client-cpp/pull/498#discussion_r2289724959
##
lib/ConsumerImpl.cc:
##
@@ -1578,10 +1582,16 @@ void ConsumerImpl::hasMessageAvailableAsync(const
HasMessageAvailableCallback& c
{
std::lock_g
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 cb56281b36f [improve][pip]PIP-436: Add decryptF
JingTyagi-ICON commented on issue #24553:
URL: https://github.com/apache/pulsar/issues/24553#issuecomment-3207019792
Thanks @lhotari for your information. I wasn't able to work on till now due
to other priorities.
I was upgrading from chart version 3.8.0/app version 4.0.1 to chart version
codelipenghui opened a new pull request, #1033:
URL: https://github.com/apache/pulsar-site/pull/1033
## Summary
- Update Getting Started documentation with comprehensive prerequisites and
latest version requirements
- Enhance all deployment methods (standalone, Docker, Docker Compose,
chrisqwang3 commented on code in PR #24625:
URL: https://github.com/apache/pulsar/pull/24625#discussion_r2288989546
##
pip/pip-437.md:
##
@@ -0,0 +1,134 @@
+# PIP-437: Granular and Fixed-Delay Policies for Message Delivery
+
+# Background
+Pulsar's delayed delivery feature allow
lhotari commented on PR #24623:
URL: https://github.com/apache/pulsar/pull/24623#issuecomment-3207584881
I fixed the test case and improved many things. I now limited the producer
rate to 5 msg/s which doesn't show large differences other than with the
current default Pulsar caching
codelipenghui commented on PR #24653:
URL: https://github.com/apache/pulsar/pull/24653#issuecomment-3207538721
/pulsarbot run-failure-checks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the sp
codelipenghui opened a new pull request, #24653:
URL: https://github.com/apache/pulsar/pull/24653
## Summary
This PR standardizes Pulsar Improvement Proposal (PIP) filenames and adds a
comprehensive table of contents to improve organization and discoverability.
### Changes Made
github-actions[bot] commented on PR #24653:
URL: https://github.com/apache/pulsar/pull/24653#issuecomment-3207537132
@codelipenghui Please add the following content to your PR description and
select a checkbox:
```
- [ ] `doc`
- [ ] `doc-required`
- [ ] `doc-not-needed`
- [
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 a66e8068058 [improve][client] Add OpenTelemetry
codelipenghui merged PR #24572:
URL: https://github.com/apache/pulsar/pull/24572
--
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...@pul
codelipenghui merged PR #24647:
URL: https://github.com/apache/pulsar/pull/24647
--
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...@pul
codelipenghui merged PR #1032:
URL: https://github.com/apache/pulsar-site/pull/1032
--
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...@
This is an automated email from the ASF dual-hosted git repository.
penghui 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 1776ba04479 Add Java client OpenTelemetry metr
lhotari commented on issue #23865:
URL: https://github.com/apache/pulsar/issues/23865#issuecomment-3207059519
this is a real performance issue with Pulsar. In #24623, I have added a
solution for profiling test cases with Async Profiler with JFR integrated to
it. It's possible to analyze the
nodece commented on PR #24638:
URL: https://github.com/apache/pulsar/pull/24638#issuecomment-3206919634
/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 specifi
This is an automated email from the ASF dual-hosted git repository.
lhotari 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 3c70e09af8f [fix][offload] Exclude unnecessary
lhotari merged PR #24649:
URL: https://github.com/apache/pulsar/pull/24649
--
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...@pulsar.ap
codecov-commenter commented on PR #24649:
URL: https://github.com/apache/pulsar/pull/24649#issuecomment-3206843308
##
[Codecov](https://app.codecov.io/gh/apache/pulsar/pull/24649?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments
lhotari commented on issue #23845:
URL: https://github.com/apache/pulsar/issues/23845#issuecomment-3206837535
@tarmacmonsterg It's possible that there's a remaining issue where the
message delivery doesn't resume unless new messages are produced. It's what
this current issue is about. Howev
lhotari commented on issue #23845:
URL: https://github.com/apache/pulsar/issues/23845#issuecomment-3206821109
> We encountered a similar issue on version 4.0.6. Messages may not be
delivered when adding or removing consumers (such as during restarts of our
service pods). Messages get stuck
lhotari merged PR #24650:
URL: https://github.com/apache/pulsar/pull/24650
--
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...@pulsar.ap
This is an automated email from the ASF dual-hosted git repository.
lhotari 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 e78068a0430 [fix][sec] Upgrade bouncycastle bcp
codecov-commenter commented on PR #24650:
URL: https://github.com/apache/pulsar/pull/24650#issuecomment-3206725710
##
[Codecov](https://app.codecov.io/gh/apache/pulsar/pull/24650?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments
nodece opened a new pull request, #24652:
URL: https://github.com/apache/pulsar/pull/24652
PIP: #24485
### Motivation
In a GEO replication scenario, if the remote cluster does not have the
replicated topic and the auto-creation type differs between the local and
remote cluste
lhotari commented on code in PR #24649:
URL: https://github.com/apache/pulsar/pull/24649#discussion_r2288354449
##
tiered-storage/file-system/pom.xml:
##
@@ -31,39 +31,44 @@
tiered-storage-file-system
Apache Pulsar :: Tiered Storage :: File System
-
-
Copilot commented on code in PR #1408:
URL: https://github.com/apache/pulsar-client-go/pull/1408#discussion_r2288283257
##
pulsar/internal/buffer.go:
##
@@ -124,8 +133,9 @@ type buffer struct {
readerIdx uint32
writerIdx uint32
- refCnt atomic.Int64
-
BewareMyPower commented on PR #1408:
URL:
https://github.com/apache/pulsar-client-go/pull/1408#issuecomment-3206510251
@crossoverJie I have updated the PR description, PTAL again
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
yaalsn commented on code in PR #24649:
URL: https://github.com/apache/pulsar/pull/24649#discussion_r2288248154
##
tiered-storage/file-system/pom.xml:
##
@@ -31,39 +31,44 @@
tiered-storage-file-system
Apache Pulsar :: Tiered Storage :: File System
-
-
nodece merged PR #24643:
URL: https://github.com/apache/pulsar/pull/24643
--
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...@pulsar.apa
This is an automated email from the ASF dual-hosted git repository.
zixuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 34f86576758 [fix][ws] Allow websocket principals to specify
originalPrincipal without proxy role (#24642)
add e6
poorbarcode opened a new pull request, #24651:
URL: https://github.com/apache/pulsar/pull/24651
### Motivation
Configurations:
- `allowAutoTopicCreation`: `false`
- `brokerDeleteInactiveTopicsEnabled`: `true`
- `brokerDeleteInactivePartitionedTopicMetadataEnabled`: `false`
lhotari opened a new pull request, #24650:
URL: https://github.com/apache/pulsar/pull/24650
### Motivation & Modifications
Upgrade bouncycastle version to 1.79 to address CVE-2025-8916
### Documentation
- [ ] `doc`
- [ ] `doc-required`
- [x] `doc-not-neede
lhotari opened a new pull request, #24649:
URL: https://github.com/apache/pulsar/pull/24649
### Motivation
There are a lot of unnecessary dependencies packaged in tiered storage
provider / offloader nar files.
### Modifications
- make `managed-ledger` dependency a provid
lhotari commented on PR #24623:
URL: https://github.com/apache/pulsar/pull/24623#issuecomment-3206130960
The above results aren't correct, there was a flaw in the test. I'll publish
new results.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
poorbarcode opened a new pull request, #24648:
URL: https://github.com/apache/pulsar/pull/24648
### Motivation
Background
- Users may start 2 clusters with the Geo-Replication feature with Global ZK
- Users want to hire one cluster, so remove the cluster from
`namespace-lev
poorbarcode commented on code in PR #24638:
URL: https://github.com/apache/pulsar/pull/24638#discussion_r2287806948
##
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ServerCnxTest.java:
##
@@ -2436,44 +2436,32 @@ public void testSubscribeBookieTimeout() throws
Exc
codelipenghui opened a new pull request, #1032:
URL: https://github.com/apache/pulsar-site/pull/1032
## Summary
This PR adds comprehensive documentation for all Java client OpenTelemetry
metrics to the reference documentation
(`docs/reference-metrics-opentelemetry.md`).
### Wh
nodece commented on code in PR #24638:
URL: https://github.com/apache/pulsar/pull/24638#discussion_r2287774468
##
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ServerCnxTest.java:
##
@@ -2436,44 +2436,32 @@ public void testSubscribeBookieTimeout() throws
Exceptio
tarmacmonsterg commented on issue #23845:
URL: https://github.com/apache/pulsar/issues/23845#issuecomment-3205378482
We encountered a similar issue on version 4.0.6. Messages may not be
delivered when adding or removing consumers (such as during restarts of our
service pods). Messages get s
codecov-commenter commented on PR #24643:
URL: https://github.com/apache/pulsar/pull/24643#issuecomment-3204845554
##
[Codecov](https://app.codecov.io/gh/apache/pulsar/pull/24643?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments
poorbarcode commented on code in PR #24638:
URL: https://github.com/apache/pulsar/pull/24638#discussion_r2287327123
##
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ServerCnxTest.java:
##
@@ -2436,44 +2436,32 @@ public void testSubscribeBookieTimeout() throws
Exc
poorbarcode commented on code in PR #24638:
URL: https://github.com/apache/pulsar/pull/24638#discussion_r2287327123
##
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ServerCnxTest.java:
##
@@ -2436,44 +2436,32 @@ public void testSubscribeBookieTimeout() throws
Exc
nodece commented on PR #24643:
URL: https://github.com/apache/pulsar/pull/24643#issuecomment-3204473836
/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 specifi
53 matches
Mail list logo