Repository: incubator-rocketmq-site Updated Branches: refs/heads/master aee22df68 -> 9f63cc1cf
[ROCKETMQ-148] Replace some github links and offline branching model page temporarily. Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/commit/9f63cc1c Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/tree/9f63cc1c Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/diff/9f63cc1c Branch: refs/heads/master Commit: 9f63cc1cf722417bfe6541d35f27ea70ad610015 Parents: aee22df Author: yukon <[email protected]> Authored: Sun Mar 19 22:29:05 2017 +0800 Committer: yukon <[email protected]> Committed: Sun Mar 19 22:44:47 2017 +0800 ---------------------------------------------------------------------- _config.yml | 1 + _data/navigation.yml | 4 +-- _docs/02-motivation.md | 2 +- _docs/04-cli-admin-tool.md | 2 +- _docs/11-rocketmq-road-map.md | 6 ++--- .../2017-01-05-launch-rocketmq-code-marathon.md | 6 ++--- alibaba-rocketmq-jekyll.gemspec | 28 -------------------- apache-rocketmq-jekyll.gemspec | 28 ++++++++++++++++++++ 8 files changed, 39 insertions(+), 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/9f63cc1c/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 158cdc8..c2ddc8b 100644 --- a/_config.yml +++ b/_config.yml @@ -143,6 +143,7 @@ exclude: - tmp - /test # ignore Minimal Mistakes /test - /docs + - /_docs/09-branching-model.md keep_files: - .git - .svn http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/9f63cc1c/_data/navigation.yml ---------------------------------------------------------------------- diff --git a/_data/navigation.yml b/_data/navigation.yml index 00f7206..1fd0ac6 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -33,8 +33,8 @@ docs: children: - title: "Code Guidelines" url: /docs/code-guidelines/ - - title: "Branching Model" - url: /docs/branching-model + #- title: "Branching Model" + # url: /docs/branching-model - title: "Best Practice in PR" url: /docs/pull-request/ - title: "Release Manual" http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/9f63cc1c/_docs/02-motivation.md ---------------------------------------------------------------------- diff --git a/_docs/02-motivation.md b/_docs/02-motivation.md index 5635796..d462d98 100644 --- a/_docs/02-motivation.md +++ b/_docs/02-motivation.md @@ -10,7 +10,7 @@ In the early stages, we constructed our distributed messaging middleware on the # Why RocketMQ ? -Based on our observations and research, with more and more queues and virtual topics in use, ActiveMQ IO module becomes a bottleneck. In some cases, slower consumers can slow down the producers. We tried our best efforts to handle this problems through throttling, circuit breaker or degradation, but it cannot scale out gracefully. So we begin to focus on the popular messaging solution Kafka at that time. Unfortunately, Kafka can not meet our requirements such as low latency and high reliability, see [here](https://github.com/alibaba/RocketMQ/wiki/how_to_support_more_queues) for details. +Based on our observations and research, with more and more queues and virtual topics in use, ActiveMQ IO module becomes a bottleneck. In some cases, slower consumers can slow down the producers. We tried our best efforts to handle this problems through throttling, circuit breaker or degradation, but it cannot scale out gracefully. So we begin to focus on the popular messaging solution Kafka at that time. Unfortunately, Kafka can not meet our requirements such as low latency and high reliability, see [here](/rocketmq/how-to-support-more-queues-in-rocketmq/) for details. In this context, we decided to innovate a new messaging middleware to handle a broad set of use cases, ranging from traditional publish/subscribe scenario to demandingly high volume realtime transaction system that tolerates no message loss. We also created a cornerstone product based on RocketMQ, a Platform as a Service (PaaS) product named the [Alibaba Cloud Platform](https://intl.aliyun.com/). Today, more than 100 companies are using the RocketMQ open source version in their business solutions. We believe RocketMQ can benefit more people, so we would like to share it around the world. http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/9f63cc1c/_docs/04-cli-admin-tool.md ---------------------------------------------------------------------- diff --git a/_docs/04-cli-admin-tool.md b/_docs/04-cli-admin-tool.md index f60f377..ca351e9 100644 --- a/_docs/04-cli-admin-tool.md +++ b/_docs/04-cli-admin-tool.md @@ -17,7 +17,7 @@ Make sure you have walked through [Quick Start](/docs/quick-start/) and [Core Co The admin tool is shipped along with RocketMQ. Either you download a pre-built binary version or build from source by yourself, you already have it. -In case you have source code, the [rocketmq-tools module](https://github.com/alibaba/RocketMQ/tree/master/rocketmq-tools) contains its source code. +In case you have source code, the [rocketmq-tools module](https://github.com/apache/incubator-rocketmq/tree/master/tools) contains its source code. # How to use http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/9f63cc1c/_docs/11-rocketmq-road-map.md ---------------------------------------------------------------------- diff --git a/_docs/11-rocketmq-road-map.md b/_docs/11-rocketmq-road-map.md index 0a483bf..9d92fa9 100644 --- a/_docs/11-rocketmq-road-map.md +++ b/_docs/11-rocketmq-road-map.md @@ -74,9 +74,9 @@ MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol, w RocketMQ, as a message-oriented middleware, plays a connector role in distributed environment, so in order to embrace the ecological preferably, RocketMQ community needs a series of external projects to integrate with other excellent projects. -1. rocketmq-console, provide a ops dashboard for RocketMQ. [REPO](https://github.com/rocketmq/rocketmq-console-ng) -2. rocketmq-jms, provide a new client to support JMS 2.0. [REPO](https://github.com/rocketmq/rocketmq-jms) -3. rocketmq-flume-ng, integrate RocketMQ with Apache Flume.[REPO](https://github.com/rocketmq/rocketmq-flume-ng), [FLUME-JIRA](https://issues.apache.org/jira/browse/FLUME-3058) +1. rocketmq-console, provide a ops dashboard for RocketMQ. [REPO](https://github.com/apache/incubator-rocketmq-externals/tree/master/rocketmq-console) +2. rocketmq-jms, provide a new client to support JMS 2.0. [REPO](https://github.com/apache/incubator-rocketmq-externals/tree/master/rocketmq-jms) +3. rocketmq-flume-ng, integrate RocketMQ with Apache Flume.[REPO](https://github.com/apache/incubator-rocketmq-externals/tree/master/rocketmq-flume), [FLUME-JIRA](https://issues.apache.org/jira/browse/FLUME-3058) 4. rocketmq-storm, integrate RocketMQ with storm. [REPO](https://github.com/rocketmq/rocketmq-storm) 5. rocketmq-ignite, integrate RocketMQ with ignite. [JIRA](https://issues.apache.org/jira/browse/ROCKETMQ-41), [IGNITE-JIRA](https://issues.apache.org/jira/browse/IGNITE-4539) 6. rocketmq-spark, integrate RocketMQ with spark. [JIRA](https://issues.apache.org/jira/browse/ROCKETMQ-81) http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/9f63cc1c/_posts/2017-01-05-launch-rocketmq-code-marathon.md ---------------------------------------------------------------------- diff --git a/_posts/2017-01-05-launch-rocketmq-code-marathon.md b/_posts/2017-01-05-launch-rocketmq-code-marathon.md index 35c37b5..80f871d 100644 --- a/_posts/2017-01-05-launch-rocketmq-code-marathon.md +++ b/_posts/2017-01-05-launch-rocketmq-code-marathon.md @@ -31,15 +31,15 @@ tags: 1. Brand New UI 1. I18n Support 1. [Spring Boot](https://projects.spring.io/spring-boot/) + [Bootstrap](http://getbootstrap.com/) Recommended -1. Join by Creating Pull Requests against [RocketMQ Console Repository](https://github.com/rocketmq/rocketmq-console-ng) +1. Join by Creating Pull Requests against [RocketMQ Console Repository](https://github.com/apache/incubator-rocketmq-externals/tree/master/rocketmq-console) ### RocketMQ-JMS 1. Supporting JMS 2.0 Protocol 1. Rich Documentation and Good Test Cases Coverage -1. Join by Creating Pull Requests against [RocketMQ JMS Repository](https://github.com/rocketmq/rocketmq-jms) +1. Join by Creating Pull Requests against [RocketMQ JMS Repository](https://github.com/apache/incubator-rocketmq-externals/tree/master/rocketmq-jms) ### RocketMQ-Flume 1. Supporting Latest [Flume](http://flume.apache.org/) 1. Rich Documentation and Good Test Cases Coverage -1. Join by Creating Pull Requests against [RocketMQ Flume Repository](https://github.com/rocketmq/rocketmq-flume-ng) +1. Join by Creating Pull Requests against [RocketMQ Flume Repository](https://github.com/apache/incubator-rocketmq-externals/tree/master/rocketmq-flume) http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/9f63cc1c/alibaba-rocketmq-jekyll.gemspec ---------------------------------------------------------------------- diff --git a/alibaba-rocketmq-jekyll.gemspec b/alibaba-rocketmq-jekyll.gemspec deleted file mode 100644 index 25a1cfa..0000000 --- a/alibaba-rocketmq-jekyll.gemspec +++ /dev/null @@ -1,28 +0,0 @@ -# coding: utf-8 - -Gem::Specification.new do |spec| - spec.name = "minimal-mistakes-jekyll" - spec.version = "4.1.0" - spec.authors = ["Michael Rose"] - - spec.summary = %q{A flexible two-column Jekyll theme.} - spec.homepage = "https://github.com/alibaba/RocketMQ/" - spec.license = "MIT" - - spec.metadata["plugin_type"] = "theme" - - spec.files = `git ls-files -z`.split("\x0").select do |f| - f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i) - end - - spec.add_dependency "jekyll", "~> 3.3" - - spec.add_development_dependency "bundler", "~> 1.12" - spec.add_development_dependency "rake", "~> 10.0" - - spec.add_runtime_dependency "jekyll-paginate", "~> 1.1" - spec.add_runtime_dependency "jekyll-sitemap", "~> 0.12" - spec.add_runtime_dependency "jekyll-gist", "~> 1.4" - spec.add_runtime_dependency "jekyll-feed", "~> 0.8" - spec.add_runtime_dependency "jemoji", "~> 0.7" -end http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/9f63cc1c/apache-rocketmq-jekyll.gemspec ---------------------------------------------------------------------- diff --git a/apache-rocketmq-jekyll.gemspec b/apache-rocketmq-jekyll.gemspec new file mode 100644 index 0000000..f2d4a41 --- /dev/null +++ b/apache-rocketmq-jekyll.gemspec @@ -0,0 +1,28 @@ +# coding: utf-8 + +Gem::Specification.new do |spec| + spec.name = "minimal-mistakes-jekyll" + spec.version = "4.1.0" + spec.authors = ["Michael Rose"] + + spec.summary = %q{A flexible two-column Jekyll theme.} + spec.homepage = "https://github.com/apache/incubator-rocketmq/" + spec.license = "MIT" + + spec.metadata["plugin_type"] = "theme" + + spec.files = `git ls-files -z`.split("\x0").select do |f| + f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i) + end + + spec.add_dependency "jekyll", "~> 3.3" + + spec.add_development_dependency "bundler", "~> 1.12" + spec.add_development_dependency "rake", "~> 10.0" + + spec.add_runtime_dependency "jekyll-paginate", "~> 1.1" + spec.add_runtime_dependency "jekyll-sitemap", "~> 0.12" + spec.add_runtime_dependency "jekyll-gist", "~> 1.4" + spec.add_runtime_dependency "jekyll-feed", "~> 0.8" + spec.add_runtime_dependency "jemoji", "~> 0.7" +end
