Merge branch 'master' of github.com:apache/rocketmq-externals

* 'master' of github.com:apache/rocketmq-externals: (69 commits)
  [#715] Support the RocketMQ TableSource based on the new Source interface (#716)
  #720 fix rocketmq console fail to update nameserver address (#721)
  [ISSUE #711] Consumers can skip the accumulation of messages. (#712)
  [#705] Support the implementation of new Source interface (#706)
  fix(ssl): SelfSignedCertificate work well with JDK15
  fix(jdk15): resolve aspecj exception
  [Replicator] Restart of connector causes message duplication problem & Unit test bug fix (#694)
  [Replicator] Fix message duplication problem (#692)
  Support query message by page (#688)
  [ISSUE #682] Fix wrong message trace detail  (#683)
  Support DLQ topic resend message (#653)
  Fix too much warn log because non-exist retry topic (#681)
  Update README.md (#553)
  Update producer.html (#675)
  Fix dashboard notification when set rocketmq.config.enableDashBoardCollect=false (#679)
  [rocketmq-connector-flink] rebalance cause offset rollback to long time ago (#672)
  [ISSUE #666]Upgrade RocketMQ version (#667)
  Update .travis.yml
  Update .travis.yml
  Optimize dependencies and support JDK 11+
  ...
tree: b4917bdb73c683ad56b809270f38e6f69bd20d69
  1. .github/
  2. dev/
  3. docs/
  4. rocketmq-cloudevents-binding/
  5. rocketmq-connect/
  6. rocketmq-connect-activemq/
  7. rocketmq-connect-cassandra/
  8. rocketmq-connect-console/
  9. rocketmq-connect-es/
  10. rocketmq-connect-jdbc/
  11. rocketmq-connect-jms/
  12. rocketmq-connect-kafka/
  13. rocketmq-connect-mongo/
  14. rocketmq-connect-rabbitmq/
  15. rocketmq-connect-redis/
  16. rocketmq-console/
  17. rocketmq-flink/
  18. rocketmq-flume/
  19. rocketmq-hbase/
  20. rocketmq-iot-bridge/
  21. rocketmq-jms/
  22. rocketmq-knative/
  23. rocketmq-mysql/
  24. rocketmq-redis/
  25. rocketmq-replicator/
  26. rocketmq-sentinel/
  27. rocketmq-serializer/
  28. rocketmq-spark/
  29. .gitignore
  30. .travis.yml
  31. README.md
README.md

Apache RocketMQ Community Projects Build Status

There are many of the Apache RocketMQ external projects, which is born from Apache RocketMQ Improvement Proposal and contributed and maintained by community. The PMC will lean towards developer community support, to help discovery and initial steps towards incubation in the external repository. Incubator Projects could graduate if they meet the following requirements.

  • Require 3+1 vote from the PMC.
  • Used successfully in production by at least three independent end users which, in the PMC judgement, are of adequate quality and scope.
  • Have a healthy number of committers.

Docs

User Guide for Connect 中文版

Graduated Projects

RocketMQ Client CPP

RocketMQ Client Python

RocketMQ Spring

RocketMQ Client Go

Incubator Projects

RocketMQ Operator

Deploys RocketMQ on Kubernetes. it is built using the Operator SDK, which is part of the Operator Framework.

RocketMQ Client Nodejs

RocketMQ-Console

A newly designed RocketMQ's console using spring-boot.

RocketMQ-Docker

Provides Dockerfile and bash scripts for building and running docker image.

RocketMQ-Exporter

Exports metrics from RocketMQ servers for consumption by Prometheus.

RocketMQ-Flume

Flume RocketMQ source and sink implementation.

RocketMQ-Flink

Integration of Apache Flink and Apache RocketMQ. For more details please refer to README.

RocketMQ-Spark

Integration of Apache Spark and Apache RocketMQ. Both push & pull consumers are provided. For more details please refer to README.

RocketMQ-JMS

RocketMQ's JMS 1.1 spec. implementation.

RocketMQ-MySQL

This project is a data replicator between MySQL and other systems. For more details please refer to README.

Others

RocketMQ-Ignite and RocketMQ-Storm integration can be found in those repositories.

Contribution

We are always very happy to have contributions, whether for trivial cleanups or big new features. We want to have high quality, well documented codes for each programming language, as well as the surrounding ecosystem of integration tools that people use with RocketMQ.

Nor is code the only way to contribute to the project. We strongly value documentation, integration with other project, and gladly accept improvements for these aspects.

More info please refer to How To Contribute.