liangyepianzhou commented on code in PR #2:
URL: https://github.com/apache/pulsar-java-contrib/pull/2#discussion_r1724341252
##
openProvider.md:
##
@@ -0,0 +1,34 @@
+我们可以根据Pulsar
Review Comment:
Oh, this is a draft I wrote when I responded to Pulsar's external interface,
an
poorbarcode commented on code in PR #2:
URL: https://github.com/apache/pulsar-java-contrib/pull/2#discussion_r1724320336
##
openProvider.md:
##
@@ -0,0 +1,34 @@
+我们可以根据Pulsar
Review Comment:
Is this file needed?
--
This is an automated message from the Apache Git Service
liangyepianzhou opened a new pull request, #2:
URL: https://github.com/apache/pulsar-java-contrib/pull/2
### Description
This pull request aims to establish the foundational structure for the
Apache Pulsar contributor repository. The main goals of this initial commit are:
- To crea
liangyepianzhou closed pull request #1: [WIP] Initial Setup: Apache Pulsar
Contributor Repository Structure
URL: https://github.com/apache/pulsar-java-contrib/pull/1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
liangyepianzhou opened a new pull request, #1:
URL: https://github.com/apache/pulsar-java-contrib/pull/1
### Description
This pull request aims to establish the foundational structure for the
Apache Pulsar contributor repository. The main goals of this initial commit are:
- To crea
Hi, Pulsar Community.
I create a PR to remove the unused util class ConcurrentSortedLongPairSet.
https://github.com/apache/pulsar/pull/23202
ConcurrentSortedLongPairSet has been replaced by
ConcurrentBitmapSortedLongPairSet in #17804 since version 2.9.x, and there is
no usage of it a