- 👋 Hi, I’m @BewareMyPower
- 👀 I’m interested in messaging systems like Pulsar, Kafka. Also I'm a C++ fan.
- 🌱 I’m currently
learning Rust - 💞️ I’m looking to collaborate on who's interesting in Pulsar or KoP
- 📫 My personal email is xyzinfernity@163.com
Pinned Loading
-
pulsar
pulsar PublicForked from apache/pulsar
Apache Pulsar - distributed pub-sub messaging system
Java
-
kop
kop PublicForked from streamnative/kop
Kafka-on-Pulsar - A protocol handler that brings native Kafka protocol to Apache Pulsar
Java 1
-
-
-
pulsar-client-cpp
pulsar-client-cpp PublicForked from apache/pulsar-client-cpp
Apache pulsar C++ client
C++
-
pulsar-client-python
pulsar-client-python PublicForked from apache/pulsar-client-python
Apache Pulsar Python client
Python
453 contributions in the last year
Day of Week | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
June 2025
Created 9 commits in 3 repositories
Created a pull request in apache/pulsar-client-go that received 1 comment
Support update or remove topic properties
Add two methods UpdateProperties
and RemoveProperty
to Topics
. They are the corresponding methods of updateProperties
and removeProperties
methods …
Opened 6 other pull requests in 4 repositories
BewareMyPower/snctl-cpp
3
merged
-
feat: add an option to describe lag
This contribution was made on Jun 6
-
feat: support describe group
This contribution was made on Jun 6
-
feat: list all groups
This contribution was made on Jun 1
apache/pulsar-client-go
1
open
-
Skip very flaky TestMessageSingleRouter
This contribution was made on Jun 9
apache/pulsar-client-cpp
1
open
-
Fix acknowledgeCumulative never returns when accepting an invalid message id for a multi-topics consumer
This contribution was made on Jun 6
apache/pulsar-client-python
1
merged
-
Support deserializing a message id from bytes and topic
This contribution was made on Jun 6
Reviewed 4 pull requests in 2 repositories
apache/pulsar
3 pull requests
-
[feat][admin] PIP-415: Support getting message ID by index
This contribution was made on Jun 6
-
[feat][pip] PIP-420: Provide ability for Pulsar clients to integrate with third-party schema registry service
This contribution was made on Jun 5
-
[improve] [broker] Handle ReplicatedSubscriptionsSnapshots when it arrives to fix issues in replicating subscription state to remote clusters
This contribution was made on Jun 3
apache/pulsar-client-go
1 pull request
-
fix: support json token file format authentication
This contribution was made on Jun 9
Created an issue in BewareMyPower/snctl-cpp that received 2 comments
The performance of groups describe
command is unstable
Sometimes it takes much time.
% ./build2/snctl-cpp groups describe sub --lag | grep takes
describe_group takes 3288 ms
query_committed_offsets take…