BewareMyPower commented on issue #11962:
URL: https://github.com/apache/pulsar/issues/11962#issuecomment-914972162
BTW, here is my demo implementation in
https://github.com/BewareMyPower/pulsar/tree/bewaremypower/payload-converter
(will be deleted after pushing the final implementation). T
BewareMyPower edited a comment on issue #11962:
URL: https://github.com/apache/pulsar/issues/11962#issuecomment-914970028
@wangjialing218 The conversion is unavoidable. We have to sacrifice either
producer or consumer side. But before this proposal, if we're going to support
both Kafka and
nicoloboschi commented on a change in pull request #11947:
URL: https://github.com/apache/pulsar/pull/11947#discussion_r704105273
##
File path:
pulsar-zookeeper-utils/src/main/java/org/apache/pulsar/zookeeper/ZkBookieRackAffinityMapping.java
##
@@ -123,18 +126,20 @@ private vo
BewareMyPower commented on issue #11962:
URL: https://github.com/apache/pulsar/issues/11962#issuecomment-914970028
@wangjialing218 The conversion is unavoidable. We have to sacrifice either
producer or consumer side. But before this proposal, if we're going to support
both Kafka and Pulsar
This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.8 by this push:
new ffbb658 Bump version to 2.8.2-SNAPSHOT
lhotari merged pull request #11949:
URL: https://github.com/apache/pulsar/pull/11949
--
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
wangjialing218 commented on issue #11962:
URL: https://github.com/apache/pulsar/issues/11962#issuecomment-914962880
If I use kafka client to produce messages and pulsar client to consume
messages, the performace of message publish could be improve but performace of
message dispatch may be
GPrabhudas commented on a change in pull request #612:
URL: https://github.com/apache/pulsar-client-go/pull/612#discussion_r704085300
##
File path: pulsar/consumer_partition.go
##
@@ -479,7 +505,49 @@ func (pc *partitionConsumer) MessageReceived(response
*pb.CommandMessage, he
BewareMyPower commented on issue #11962:
URL: https://github.com/apache/pulsar/issues/11962#issuecomment-914950524
> I would add some "init(ServerConfiguration configuration)" method and a
close() method, in order to let it be configurable and to let it release
resources.
Thanks for
This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 2858ed0 [C++] Handle error when shutting down client after forks
(#11954)
add 06b84e5 Add issue template f
eolivelli commented on pull request #11961:
URL: https://github.com/apache/pulsar/pull/11961#issuecomment-914949591
@BewareMyPower thank you.
merged.
We can iterate and enhance the template.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
eolivelli merged pull request #11961:
URL: https://github.com/apache/pulsar/pull/11961
--
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
BewareMyPower commented on pull request #11961:
URL: https://github.com/apache/pulsar/pull/11961#issuecomment-914948074
@eolivelli I just copied the template from the original email. ([PROPOSAL]
Defining a clearer process for PIP proposals)
--
This is an automated message from the Apache
BewareMyPower commented on issue #11962:
URL: https://github.com/apache/pulsar/issues/11962#issuecomment-914947340
Protocol handler can be used for the publish side.
For example in KoP, if messages were produced from Pulsar producer, when
KoP read entries from BK, it converts the messa
eolivelli commented on pull request #11948:
URL: https://github.com/apache/pulsar/pull/11948#issuecomment-914946506
I am commenting on the ML
--
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
eolivelli commented on issue #11962:
URL: https://github.com/apache/pulsar/issues/11962#issuecomment-914944145
I would add some "init(ServerConfiguration configuration)" method and a
close() method, in order to let it be configurable and to let it release
resources.
--
This is an automa
eolivelli commented on issue #11962:
URL: https://github.com/apache/pulsar/issues/11962#issuecomment-914943889
we should define some constraints on what the Converter can do with the
input ByteBuf. Should it keep the reader/writer indexes ? what about refcount ?
can the Converter modify
eolivelli commented on issue #11962:
URL: https://github.com/apache/pulsar/issues/11962#issuecomment-914943326
do we need do add a Converter on the Publish side ?
IIUC this Converter is for the Consumer
--
This is an automated message from the Apache Git Service.
To respond to the mess
GPrabhudas commented on a change in pull request #612:
URL: https://github.com/apache/pulsar-client-go/pull/612#discussion_r704071172
##
File path: pulsar/internal/crypto/decryptor.go
##
@@ -0,0 +1,28 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more
315157973 commented on pull request #11948:
URL: https://github.com/apache/pulsar/pull/11948#issuecomment-914940390
Hello, @eolivelli. I opened a Proposal in dev. I'd like to hear your
opinion.
If you agree, can you reply +1 for me? Thank you very much.
--
This is an automated mess
GPrabhudas commented on a change in pull request #612:
URL: https://github.com/apache/pulsar-client-go/pull/612#discussion_r704068602
##
File path: pulsar/consumer_partition.go
##
@@ -479,7 +505,49 @@ func (pc *partitionConsumer) MessageReceived(response
*pb.CommandMessage, he
GPrabhudas commented on a change in pull request #612:
URL: https://github.com/apache/pulsar-client-go/pull/612#discussion_r704064820
##
File path: pulsar/consumer_partition.go
##
@@ -479,7 +505,49 @@ func (pc *partitionConsumer) MessageReceived(response
*pb.CommandMessage, he
GPrabhudas commented on a change in pull request #612:
URL: https://github.com/apache/pulsar-client-go/pull/612#discussion_r704064533
##
File path: pulsar/consumer_partition.go
##
@@ -479,7 +505,49 @@ func (pc *partitionConsumer) MessageReceived(response
*pb.CommandMessage, he
GPrabhudas commented on a change in pull request #612:
URL: https://github.com/apache/pulsar-client-go/pull/612#discussion_r704064204
##
File path: pulsar/impl_message.go
##
@@ -215,6 +233,7 @@ type message struct {
replicatedFrom string
redeliveryCount
BewareMyPower opened a new issue #11962:
URL: https://github.com/apache/pulsar/issues/11962
## Motivation
The initial motivation was from Kafka's protocol handler, i.e. KoP
(https://github.com/streamnative/kop). KoP allows Kafka producer to configure
entry format to `kafka`, which m
BewareMyPower opened a new pull request #11961:
URL: https://github.com/apache/pulsar/pull/11961
### Motivation
See discussion in
http://mail-archives.apache.org/mod_mbox/pulsar-dev/202109.mbox/%3C66DB34FA-AA47-455B-BEBD-C5A1864F94C2%40streamnative.io%3E.
(I didn't find the original
BewareMyPower commented on pull request #11960:
URL: https://github.com/apache/pulsar/pull/11960#issuecomment-914908483
You can apply following diff to fix C++ client build failure.
```diff
diff --git a/pulsar-client-cpp/lib/Commands.cc
b/pulsar-client-cpp/lib/Commands.cc
index
codelipenghui commented on pull request #11948:
URL: https://github.com/apache/pulsar/pull/11948#issuecomment-914892921
Thanks @315157973 for bringing up it, we have a conversation before in the
email list but the previous proposal is for broker side message filters, does
not have any conc
Jason918 opened a new pull request #11960:
URL: https://github.com/apache/pulsar/pull/11960
Implementation of
[PIP-63](https://github.com/apache/pulsar/wiki/PIP-63%3A-Readonly-Topic-Ownership-Support)
### Motivation
See
[PIP-63](https://github.com/apache/pulsa
urfreespace commented on pull request #11959:
URL: https://github.com/apache/pulsar/pull/11959#issuecomment-914874859
@tuteng @Anonymitaet PTAL, 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
urfreespace opened a new pull request #11959:
URL: https://github.com/apache/pulsar/pull/11959
Master Issue: https://github.com/apache/pulsar/issues/11766
### Motivation
website upgrade
### Modifications
[Click to Preview](https://deploy-preview-18--p
ravi-vaidyanathan commented on pull request #11957:
URL: https://github.com/apache/pulsar/pull/11957#issuecomment-914861962
/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 t
ravi-vaidyanathan commented on pull request #11957:
URL: https://github.com/apache/pulsar/pull/11957#issuecomment-914820313
/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 t
gaozhangmin commented on pull request #11893:
URL: https://github.com/apache/pulsar/pull/11893#issuecomment-914815150
/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
This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 2858ed0 [C++] Handle error when shutting down c
merlimat closed issue #11953:
URL: https://github.com/apache/pulsar/issues/11953
--
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 merged pull request #11954:
URL: https://github.com/apache/pulsar/pull/11954
--
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.
xyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from e4a9f66 [C++] Fixed attempting to connect to multiple IP addresses
(#11958)
add c11ac89 [Python] Expose Client.s
BewareMyPower merged pull request #11955:
URL: https://github.com/apache/pulsar/pull/11955
--
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
BewareMyPower commented on pull request #11955:
URL: https://github.com/apache/pulsar/pull/11955#issuecomment-914787605
@Anonymitaet The docs have been added inside the code (`shutdown`), the
associated docs will be generated like
https://pulsar.apache.org/api/python/2.8.0-SNAPSHOT/#pulsar
BewareMyPower commented on pull request #11956:
URL: https://github.com/apache/pulsar/pull/11956#issuecomment-914771845
`FindPython` was firstly introduced from 3.12, see
https://cmake.org/cmake/help/latest/module/FindPython.html#module:FindPython.
But the minimum version of CMake is only
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 cfdfd4e [website][upgrade]feat: pulsar functions docs migratin for
version next/2.8.0/2.7.3 (#11938)
add e4a9f
merlimat closed issue #11950:
URL: https://github.com/apache/pulsar/issues/11950
--
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 merged pull request #11958:
URL: https://github.com/apache/pulsar/pull/11958
--
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.
penghui 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 9064963 [Branch-2.7][Build] Fix docker
codelipenghui merged pull request #11943:
URL: https://github.com/apache/pulsar/pull/11943
--
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
ravi-vaidyanathan commented on pull request #11957:
URL: https://github.com/apache/pulsar/pull/11957#issuecomment-914680790
/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 t
Anonymitaet commented on pull request #11955:
URL: https://github.com/apache/pulsar/pull/11955#issuecomment-914680342
@merlimat do we need to update docs?
--
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
This is an automated email from the ASF dual-hosted git repository.
liuyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 693bf9d [PIP-82] [pulsar-broker] Misc fixes: (#11918)
add cfdfd4e [website][upgrade]feat: pulsar functions docs
Anonymitaet merged pull request #11938:
URL: https://github.com/apache/pulsar/pull/11938
--
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
ravi-vaidyanathan commented on pull request #11957:
URL: https://github.com/apache/pulsar/pull/11957#issuecomment-914649916
/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 t
michaeljmarshall commented on pull request #11951:
URL: https://github.com/apache/pulsar/pull/11951#issuecomment-914646154
@MMirelli - can you help me understand why this change is necessary? In the
2.8.0 image, permissions look correct, and I am not finding any changes that
should have in
EronWright edited a comment on issue #10951:
URL: https://github.com/apache/pulsar/issues/10951#issuecomment-914630297
I believe that the root cause is that Pulsar is erroneously using the
configured `advertisedListeners` to formulate the web service endpoint in some
cases. A reasonable f
EronWright commented on issue #10951:
URL: https://github.com/apache/pulsar/issues/10951#issuecomment-914630297
I believe that the root cause is that Pulsar is erroneously using the
configured `advertisedListeners` to formulate the web service endpoint in some
cases. A reasonable fix woul
This is an automated email from the ASF dual-hosted git repository.
jerrypeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from d494c43 [Issue 11936] forget to call SendCallback on producer close
(#11939)
add 693bf9d [PIP-82] [pulsar-
merlimat opened a new pull request #11958:
URL: https://github.com/apache/pulsar/pull/11958
### Motivation
Fix #11950
In #11557 there was a fix to advance the DNS resolver result iterator before
attempting to reconnect to the subsequent IP results.
The problem was that
jerrypeng merged pull request #11918:
URL: https://github.com/apache/pulsar/pull/11918
--
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
ravi-vaidyanathan commented on pull request #11957:
URL: https://github.com/apache/pulsar/pull/11957#issuecomment-914618283
@jerrypeng @cckellogg
--
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
ravi-vaidyanathan opened a new pull request #11957:
URL: https://github.com/apache/pulsar/pull/11957
### Motivation
Fix a few small issues found during testing and code inspection.
### Modifications
*Added missing check for permissions for certain ResourceGro
Lakshmi-Balu edited a comment on pull request #11763:
URL: https://github.com/apache/pulsar/pull/11763#issuecomment-914610082
> The place we need to add documentation about this new flag is here:
>
>
https://github.com/apache/pulsar/blob/master/site2/docs/admin-api-topics.md#lookup-o
Lakshmi-Balu commented on pull request #11763:
URL: https://github.com/apache/pulsar/pull/11763#issuecomment-914610082
> The place we need to add documentation about this new flag is here:
>
>
https://github.com/apache/pulsar/blob/master/site2/docs/admin-api-topics.md#lookup-of-topic
Lakshmi-Balu commented on a change in pull request #11763:
URL: https://github.com/apache/pulsar/pull/11763#discussion_r703786991
##
File path:
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java
##
@@ -345,12 +349,30 @@ void run() throws PulsarAdminEx
cckellogg commented on a change in pull request #612:
URL: https://github.com/apache/pulsar-client-go/pull/612#discussion_r703778525
##
File path: pulsar/internal/crypto/decryptor.go
##
@@ -0,0 +1,28 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more
Lakshmi-Balu commented on pull request #11763:
URL: https://github.com/apache/pulsar/pull/11763#issuecomment-914581729
> @Lakshmi-Balu can you write a more comprehensive test for this? That
include mock returns for a topic lookup and making sure the returned/printed
output is correct.
>
Lakshmi-Balu commented on a change in pull request #11763:
URL: https://github.com/apache/pulsar/pull/11763#discussion_r703786991
##
File path:
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java
##
@@ -345,12 +349,30 @@ void run() throws PulsarAdminEx
kaushik-develop commented on pull request #11918:
URL: https://github.com/apache/pulsar/pull/11918#issuecomment-914578488
/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
lordcheng10 commented on issue #11866:
URL: https://github.com/apache/pulsar/issues/11866#issuecomment-914577800
Can I take this up?
--
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
zbentley commented on issue #11953:
URL: https://github.com/apache/pulsar/issues/11953#issuecomment-914572210
As a workaround, an `atfork` handler can be registered that intentionally
swallows the error that occurs on shutdown.
An example demonstrating this is here (the weakref parts
michaeljmarshall commented on a change in pull request #11931:
URL: https://github.com/apache/pulsar/pull/11931#discussion_r703759687
##
File path:
pulsar-client/src/main/java/org/apache/pulsar/client/impl/auth/oauth2/protocol/TokenClient.java
##
@@ -44,7 +45,7 @@
protect
merlimat opened a new pull request #11956:
URL: https://github.com/apache/pulsar/pull/11956
### Motivation
The recommended way to find Python headers and libs for CMake is:
```
find_package(Python REQUIRED Development)
```
This will ensure we're finding the correct ver
merlimat opened a new pull request #11955:
URL: https://github.com/apache/pulsar/pull/11955
### Motivation
Similar to what we expose in Java and C++ client, we should expose the quick
`shutdown()` method on the Python client.
--
This is an automated message from the Apache Git Ser
merlimat opened a new pull request #11954:
URL: https://github.com/apache/pulsar/pull/11954
### Motivation
After a `fork()` call, the threads are not getting ported to the child
process (at least not most of them). When we're shutting down the pulsar
client, we should handle the exc
zbentley opened a new issue #11953:
URL: https://github.com/apache/pulsar/issues/11953
**Describe the bug**
If I `fork()` with a connected Pulsar C++ client instance, the child process
ends up having a few issues:
- On garbage collection of the client instance in the child process, `a
zwalsh-toast commented on issue #11846:
URL: https://github.com/apache/pulsar/issues/11846#issuecomment-914474050
> @zwalsh-toast Are you interested in contributing the feature in Pulsar?
Sounds good if we have an option to control the message flow when creating a
consumer.
Hi @code
lhotari commented on pull request #11937:
URL: https://github.com/apache/pulsar/pull/11937#issuecomment-914438457
Good catch @Shoothzj !
--
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 speci
This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new d494c43 [Issue 11936] forget to call SendCallba
merlimat closed issue #11936:
URL: https://github.com/apache/pulsar/issues/11936
--
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 merged pull request #11939:
URL: https://github.com/apache/pulsar/pull/11939
--
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.
mmerli 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 e0700ab Update committers in the team page (#11
merlimat merged pull request #11946:
URL: https://github.com/apache/pulsar/pull/11946
--
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
bharanic-dev commented on pull request #11916:
URL: https://github.com/apache/pulsar/pull/11916#issuecomment-914414563
/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
merlimat opened a new pull request #11952:
URL: https://github.com/apache/pulsar/pull/11952
### Motivation
`ReplicatorTest.testRemoveClusterFromNamespace()` is flaky because it's
trying to do:
1. Use `r4` as an alias cluster for `r3`
2. Create a topic with replication to
dlg99 commented on pull request #11520:
URL: https://github.com/apache/pulsar/pull/11520#issuecomment-914413612
ping @sijie
--
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.
MMirelli opened a new pull request #11951:
URL: https://github.com/apache/pulsar/pull/11951
### Motivation
Deploying pulsar on kubernetes from a docker image leads to a failure
deploying the cluster. This is due to insufficient permissions assigned to
python scripts in `/docker/puls
zbentley opened a new issue #11950:
URL: https://github.com/apache/pulsar/issues/11950
**Describe the bug**
If I run Pulsar listening on 127.0.0.1:6650 and attempt to connect to
`pulsar://localhost:6650` via the C++ client (Python bindings) I am unable to
connect. If I change the connec
hangc0276 opened a new pull request #11949:
URL: https://github.com/apache/pulsar/pull/11949
### Motivation
Pulsar 2.8.1 has been released, bump branch-2.8 version to `2.8.2-SNAPSHOT`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
Author: chenhang
Date: Tue Sep 7 13:32:15 2021
New Revision: 49801
Log:
release 2.8.1
Added:
release/pulsar/pulsar-2.8.1/
- copied from r49800, dev/pulsar/pulsar-2.8.1-candidate-3/
Removed:
dev/pulsar/pulsar-2.8.1-candidate-3/
tuteng commented on a change in pull request #11931:
URL: https://github.com/apache/pulsar/pull/11931#discussion_r703511128
##
File path:
pulsar-client/src/test/java/org/apache/pulsar/client/impl/auth/oauth2/AuthenticationOAuth2Test.java
##
@@ -86,6 +86,7 @@ public void testCo
This is an automated email from the ASF dual-hosted git repository.
chenhang pushed a change to annotated tag v2.8.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
*** WARNING: tag v2.8.1 was modified! ***
from 09a6b58 (commit)
to 1dc615a (tag)
tagging 09a6b588fe7df6
315157973 opened a new pull request #11948:
URL: https://github.com/apache/pulsar/pull/11948
### Motivation
A long time ago, someone raised a PR, hoping to implement tag messages
through filters.
The final result of the discussion is that it can be provided in a plug-in
manner.
h
tomscut commented on pull request #11935:
URL: https://github.com/apache/pulsar/pull/11935#issuecomment-914258022
> lgtm.
Thanks for you quick reply.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
tomscut commented on pull request #11935:
URL: https://github.com/apache/pulsar/pull/11935#issuecomment-914257153
> Please include the timezone also.
>
> Rather than a custom format, you can use the log4j2 builtin format.
> %d{ISO8601_OFFSET_DATE_TIME_HHMM}
I added timezone
EAHITechnology commented on issue #608:
URL:
https://github.com/apache/pulsar-client-go/issues/608#issuecomment-914238582
I am developing this feature @shubjain26
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
tomscut commented on pull request #11935:
URL: https://github.com/apache/pulsar/pull/11935#issuecomment-914217530
> Please include the timezone also.
>
> Rather than a custom format, you can use the log4j2 builtin format.
> %d{ISO8601_OFFSET_DATE_TIME_HHMM}
Thanks @ivankelly
gaozhangmin commented on pull request #11893:
URL: https://github.com/apache/pulsar/pull/11893#issuecomment-914214016
/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 t
yuruguo commented on pull request #11946:
URL: https://github.com/apache/pulsar/pull/11946#issuecomment-914213507
PTAL @Anonymitaet @Huanli-Meng
--
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
gaozhangmin commented on pull request #11947:
URL: https://github.com/apache/pulsar/pull/11947#issuecomment-914202621
@hanbo1990 @BewareMyPower PTAL
--
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
gaozhangmin opened a new pull request #11947:
URL: https://github.com/apache/pulsar/pull/11947
### Motivation
NPE when `ZkBookieRackAffinityMapping`
```
17:24:03.724 [main-SendThread(bigdata-pulsar-bookie004.ys:2181)] INFO
org.apache.zookeeper.ClientCnxn - Session establis
yuruguo opened a new pull request #11946:
URL: https://github.com/apache/pulsar/pull/11946
Add new committers to the team page
--
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 commen
liangyuanpeng edited a comment on pull request #8434:
URL: https://github.com/apache/pulsar/pull/8434#issuecomment-914194353
This PR revert by https://github.com/apache/pulsar/pull/10843 , So you cant
not found some code or param like `--external-pulsars`.
--
This is an automated messag
1 - 100 of 142 matches
Mail list logo