This is an automated email from the ASF dual-hosted git repository. xiangying pushed a commit to branch stable in repository https://gitbox.apache.org/repos/asf/pulsar-java-contrib.git
commit 6f850cad9630eea2b9e8d8848013210c2e14d59f Merge: 121044a f0a249f Author: StevenLuMT <[email protected]> AuthorDate: Mon Jul 29 15:22:21 2024 +0800 Merge pull request #4 from liangyepianzhou/xiangying/init_project Project init: Set up contribution guidelines and added example .github/pull_request_template.md | 121 ++++------- README.md | 24 +-- best-pratice-blogs/consume-best-practice.md | 229 +++++++++++++++++++++ .../img/blog-consume-best-practice/Ack-hole.png | Bin 0 -> 189219 bytes .../img/blog-consume-best-practice/AckTimeout.png | Bin 0 -> 127045 bytes .../static/img/blog-consume-best-practice/DLQ.png | Bin 0 -> 144988 bytes .../acknowledgement-types.png | Bin 0 -> 111861 bytes .../cumulative-ack-problem.png | Bin 0 -> 82471 bytes .../subscription-types.png | Bin 0 -> 158919 bytes build/quickstarts-showcase/pom.xml | 2 +- conrtibutionGuides.md | 100 +++++++++ contributedFeatures.md | 23 +++ customizationFeatures.md | 11 + openProvider.md | 34 +++ pom.xml | 33 +-- pulsar-auth-contrib/pom.xml | 20 ++ pulsar-bookkeeper-contrib/pom.xml | 20 ++ pulsar-client-contrib/README.md | 37 ---- pulsar-connector-contrib/pom.xml | 20 ++ pulsar-function-contrib/pom.xml | 20 ++ pulsar-interceptor-contrib/pom.xml | 20 ++ pulsar-loadbalance-contrib/pom.xml | 20 ++ pulsar-metrics-contrib/pom.xml | 20 ++ pulsar-transaction-contrib/pom.xml | 20 ++ runQuickstartsFromSource.bat | 8 - runQuickstartsFromSource.sh | 9 - 26 files changed, 618 insertions(+), 173 deletions(-)
