Release at 2017.04.25
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/ac7796b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/tree/ac7796b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/diff/ac7796b8 Branch: refs/heads/asf-site Commit: ac7796b86f9df343a6701afca644db51e755f90c Parents: 4e4afc4 beb14e5 Author: yukon <[email protected]> Authored: Tue Apr 25 01:02:40 2017 +0800 Committer: yukon <[email protected]> Committed: Tue Apr 25 01:02:40 2017 +0800 ---------------------------------------------------------------------- _about/01-team.md | 2 +- _data/navigation.yml | 31 +- _docs/01-quick-start-guide.md | 4 +- _docs/12-rmq-batch-example.md | 101 +++ _docs/13-rmq-broadcasting-example.md | 66 ++ _docs/14-rmq-deployment.md | 145 ++++ _docs/15-order-message-example .md | 86 ++ _docs/16-rmq-architecture.md | 68 ++ _docs/17-rmq-schedule-example.md | 70 ++ _docs/18-simple-example.md | 187 +++++ _docs/best-practice-namesvr.md | 76 +- .../2017-03-31-launch-rocketmq-code-marathon.md | 3 +- assets/images/about/rshtykh.png | Bin 0 -> 5591 bytes assets/images/rmq-basic-arc.png | Bin 0 -> 69606 bytes assets/images/rmq-basic-component.png | Bin 0 -> 69730 bytes content/about/contact/index.html | 4 +- content/about/rewards/index.html | 4 +- content/about/team/index.html | 6 +- .../launch-rocketmq-code-marathon/index.html | 8 +- content/archive-layout-with-content/index.html | 98 +++ content/assets/images/about/rshtykh.png | Bin 0 -> 5591 bytes content/assets/images/rmq-basic-arc.png | Bin 0 -> 69606 bytes content/assets/images/rmq-basic-component.png | Bin 0 -> 69730 bytes content/collection-archive/index.html | 152 +++- content/docs/batch-example/index.html | 696 ++++++++++++++++ content/docs/best-practice-broker/index.html | 78 +- content/docs/best-practice-consumer/index.html | 76 +- content/docs/best-practice-namesvr/index.html | 165 +++- content/docs/best-practice-producer/index.html | 76 +- content/docs/broadcast-example/index.html | 661 +++++++++++++++ content/docs/cli-admin-tool/index.html | 76 +- content/docs/cluster-deployment/index.html | 76 +- content/docs/code-guidelines/index.html | 76 +- content/docs/core-concept/index.html | 76 +- content/docs/documentation/index.html | 76 +- content/docs/faq/index.html | 76 +- content/docs/motivation/index.html | 76 +- content/docs/order-example/index.html | 674 +++++++++++++++ content/docs/pull-request/index.html | 76 +- content/docs/quick-start/index.html | 80 +- content/docs/release-manual.html | 76 +- content/docs/rmq-arc/index.html | 662 +++++++++++++++ content/docs/rmq-deployment/index.html | 814 +++++++++++++++++++ content/docs/roadmap/index.html | 78 +- content/docs/schedule-example/index.html | 666 +++++++++++++++ content/docs/simple-example/index.html | 774 ++++++++++++++++++ content/dowloading/releases/index.html | 76 +- content/feed.xml | 10 +- content/sitemap.xml | 46 +- 49 files changed, 7251 insertions(+), 176 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/ac7796b8/content/about/contact/index.html ---------------------------------------------------------------------- diff --cc content/about/contact/index.html index 96174a6,0000000..d0a529e mode 100644,000000..100644 --- a/content/about/contact/index.html +++ b/content/about/contact/index.html @@@ -1,393 -1,0 +1,393 @@@ +<!doctype html> +<html lang="en" class="no-js"> + <head> + <meta charset="utf-8"> + +<!-- begin SEO --> + + + + + + + + + +<title>CONTACT - Apache RocketMQ</title> + + + + +<meta name="description" content="Contact."> + + + + +<meta property="og:locale" content="en"> +<meta property="og:site_name" content="Apache RocketMQ"> +<meta property="og:title" content="CONTACT"> + + + + + <meta property="og:description" content="Contact."> + + + + <meta name="twitter:site" content="@ApacheRocketMQ"> + <meta name="twitter:title" content="CONTACT"> + <meta name="twitter:description" content="Contact."> + <meta name="twitter:url" content=""> + + + <meta name="twitter:card" content="summary"> + + + + + + + + + + + + + + + + <meta property="og:type" content="article"> - <meta property="article:published_time" content="2017-04-07T09:16:21+08:00"> ++ <meta property="article:published_time" content="2017-04-25T01:02:11+08:00"> + + + + + + + + + <script type="application/ld+json"> + { + "@context" : "http://schema.org", + "@type" : "Person", + "name" : "Apache RocketMQ", + "url" : null, + "sameAs" : null + } + </script> + + + + <meta name="google-site-verification" content="aand0XZkSGsziuC-UPD4ZJniFD0m0JhGx6820y2mAQY" /> + + + <meta name="baidu-site-verification" content="wD06EbDRkQ" /> + + + + +<!-- end SEO --> + + +<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Apache RocketMQ Feed"> + +<!-- http://t.co/dKP3o1e --> +<meta name="HandheldFriendly" content="True"> +<meta name="MobileOptimized" content="320"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + +<script> + document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; +</script> + +<!-- For all browsers --> +<link rel="stylesheet" href="/assets/css/main.css"> + +<meta http-equiv="cleartype" content="on"> + <!-- start custom head snippets --> + +<!-- insert favicons. use http://realfavicongenerator.net/ --> + +<!-- end custom head snippets --> + </head> + + <body class="layout--about_single"> + + <!--[if lt IE 9]> +<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> +<![endif]--> + <div class="masthead"> + <div class="masthead__inner-wrap"> + <div class="masthead__menu"> + <nav id="site-nav" class="greedy-nav"> + <button><div class="navicon"></div></button> + <ul class="visible-links"> + <li class="masthead__menu-item masthead__menu-item--lg"><a href="/">Apache RocketMQ</a></li> + + + <li class="masthead__menu-item"><a href="/docs/quick-start/">Documentation</a></li> + + + <li class="masthead__menu-item"><a href="/year-archive/">Blog</a></li> + + + <li class="masthead__menu-item"><a href="/community/">Community</a></li> + + + <li class="masthead__menu-item"><a href="/customer/">Customer</a></li> + + + <li class="masthead__menu-item"><a href="/about/team/">About</a></li> + + </ul> + <ul class="hidden-links hidden"></ul> + </nav> + </div> + </div> +</div> + + + + + +<div id="main" role="main"> + + <div class="sidebar sticky"> + + + + + + + + + + +<nav class="nav__list"> + + <input id="ac-toc" name="accordion-toc" type="checkbox" /> + <label for="ac-toc">Toggle Menu</label> + <ul class="nav__items"> + + <li> + + + + + <a href="/about/team/"><span class="nav__sub-title">Team</span></a> + + + + </li> + + <li> + + + + + <a href="/about/contact/"><span class="nav__sub-title">Contact</span></a> + + + + </li> + + <li> + + + + + <a href="/about/rewards/"><span class="nav__sub-title">Rewards</span></a> + + + + </li> + + </ul> +</nav> + + + </div> + + + <article class="page" itemscope itemtype="http://schema.org/CreativeWork"> + <meta itemprop="headline" content="CONTACT"> + <meta itemprop="description" content="Contact."> - <meta itemprop="datePublished" content="April 07, 2017"> ++ <meta itemprop="datePublished" content="April 25, 2017"> + <meta itemprop="dateModified" content="December 29, 2016"> + + <div class="page__inner-wrap"> + + <header> + <h1 class="page__title" itemprop="headline">CONTACT +</h1> + + </header> + + + <section class="page__content" itemprop="text"> + <h2 id="mailing-lists">Mailing Lists</h2> + +<p>These are the mailing lists that have been established for RocketMQ. For each list, there is a subscribe, unsubscribe, and an archive link.</p> + +<table> + <thead> + <tr> + <th style="text-align: left">Name</th> + <th style="text-align: left">Description</th> + <th style="text-align: left">Subscribe</th> + <th style="text-align: left">Unsubscribe</th> + <th style="text-align: left">Archive</th> + </tr> + </thead> + <tbody> + <tr> + <td style="text-align: left">Users</td> + <td style="text-align: left">User support and questions mailing list</td> + <td style="text-align: left"><a href="mailto:[email protected]">Subscribe</a></td> + <td style="text-align: left"><a href="mailto:[email protected]">Unsubscribe</a></td> + <td style="text-align: left"><a href="http://mail-archives.apache.org/mod_mbox/incubator-rocketmq-users/">mail-archives.apache.org</a></td> + </tr> + <tr> + <td style="text-align: left">Issues</td> + <td style="text-align: left">Mirror of all JIRA activity</td> + <td style="text-align: left"><a href="mailto:[email protected]">Subscribe</a></td> + <td style="text-align: left"><a href="mailto:[email protected]">Unsubscribe</a></td> + <td style="text-align: left"><a href="http://mail-archives.apache.org/mod_mbox/incubator-rocketmq-issues/">mail-archives.apache.org</a></td> + </tr> + <tr> + <td style="text-align: left">Development</td> + <td style="text-align: left">Development related discussions</td> + <td style="text-align: left"><a href="mailto:[email protected]">Subscribe</a></td> + <td style="text-align: left"><a href="mailto:[email protected]">Unsubscribe</a></td> + <td style="text-align: left"><a href="http://mail-archives.apache.org/mod_mbox/incubator-rocketmq-dev//">mail-archives.apache.org</a></td> + </tr> + <tr> + <td style="text-align: left">Commits</td> + <td style="text-align: left">All commits to repositories</td> + <td style="text-align: left"><a href="mailto:[email protected]">Subscribe</a></td> + <td style="text-align: left"><a href="mailto:[email protected]">Unsubscribe</a></td> + <td style="text-align: left"><a href="http://mail-archives.apache.org/mod_mbox/incubator-rocketmq-commits/">mail-archives.apache.org</a></td> + </tr> + </tbody> +</table> + +<p>Besides, we hold tagged questions on <a href="http://stackoverflow.com/questions/tagged/rocketmq">stackoverflow.com</a> where you can launch an interactive discussion. Also, you can try to find answers to your question about RocketMQ on Quora <a href="https://www.quora.com/topic/RocketMQ">here</a>.</p> + + + + </section> + + <footer class="page__meta"> + + + + + + <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> Updated:</strong> <time datetime="2016-12-29">December 29, 2016</time></p> + + </footer> + + <section class="page__share"> + + <h4 class="page__share-title">Share on</h4> + + + <a href="https://twitter.com/intent/tweet?via=ApacheRocketMQ&text=CONTACT /about/contact/" class="btn btn--twitter" title="Share on Twitter"><i class="fa fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a> + + <a href="https://www.facebook.com/sharer/sharer.php?u=/about/contact/" class="btn btn--facebook" title="Share on Facebook"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a> + + <a href="https://plus.google.com/share?url=/about/contact/" class="btn btn--google-plus" title="Share on Google Plus"><i class="fa fa-fw fa-google-plus" aria-hidden="true"></i><span> Google+</span></a> + + <a href="https://www.linkedin.com/shareArticle?mini=true&url=/about/contact/" class="btn btn--linkedin" title="Share on LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a> +</section> + + + + <nav class="pagination"> + + <a href="/about/team/" class="pagination--pager" title="TEAM +">Previous</a> + + + <a href="/about/rewards/" class="pagination--pager" title="REWARDS +">Next</a> + + </nav> + + </div> + + + </article> + + + +</div> + + <div class="page__footer"> + <footer> + <!-- start custom footer snippets --> + +<!-- end custom footer snippets --> + <style type="text/css"> + div.columns { float: left; margin-left: 10px;} + div.clear { clear: both; } +</style> +<div> + <div class="columns"> + <a href="https://www.apache.org/"><img src="/assets/images/feather-small.gif" alt="Apache Software Foundation" style="height: 88px !important" /></a> + </div> + <div class="columns" style="width: 80%"> + <div class="page__footer-follow"> + <ul class="social-icons"> + + <li><strong>Follow:</strong></li> + + + <li><a href="https://twitter.com/ApacheRocketMQ"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> + + + + <li><a href="http://github.com/apache/incubator-rocketmq"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> + + + <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> + </ul> + </div> + + <div class="page__footer-copyright">Copyright © 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</div> + </div> +</div> +<div class="clear"></div> + </footer> + </div> + + <script src="/assets/js/main.min.js"></script> + + + + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89603173-1', 'auto'); + ga('send', 'pageview'); +</script> + +<script> +var _hmt = _hmt || []; +(function() { + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?36428f2b841d08e7405724cbf7f860d2"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); +})(); +</script> + + + + + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/ac7796b8/content/about/rewards/index.html ---------------------------------------------------------------------- diff --cc content/about/rewards/index.html index 663a90b,0000000..840fb07 mode 100644,000000..100644 --- a/content/about/rewards/index.html +++ b/content/about/rewards/index.html @@@ -1,349 -1,0 +1,349 @@@ +<!doctype html> +<html lang="en" class="no-js"> + <head> + <meta charset="utf-8"> + +<!-- begin SEO --> + + + + + + + + + +<title>REWARDS - Apache RocketMQ</title> + + + + +<meta name="description" content="Rewards."> + + + + +<meta property="og:locale" content="en"> +<meta property="og:site_name" content="Apache RocketMQ"> +<meta property="og:title" content="REWARDS"> + + + + + <meta property="og:description" content="Rewards."> + + + + <meta name="twitter:site" content="@ApacheRocketMQ"> + <meta name="twitter:title" content="REWARDS"> + <meta name="twitter:description" content="Rewards."> + <meta name="twitter:url" content=""> + + + <meta name="twitter:card" content="summary"> + + + + + + + + + + + + + + + + <meta property="og:type" content="article"> - <meta property="article:published_time" content="2017-04-07T09:16:21+08:00"> ++ <meta property="article:published_time" content="2017-04-25T01:02:11+08:00"> + + + + + + + + + <script type="application/ld+json"> + { + "@context" : "http://schema.org", + "@type" : "Person", + "name" : "Apache RocketMQ", + "url" : null, + "sameAs" : null + } + </script> + + + + <meta name="google-site-verification" content="aand0XZkSGsziuC-UPD4ZJniFD0m0JhGx6820y2mAQY" /> + + + <meta name="baidu-site-verification" content="wD06EbDRkQ" /> + + + + +<!-- end SEO --> + + +<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Apache RocketMQ Feed"> + +<!-- http://t.co/dKP3o1e --> +<meta name="HandheldFriendly" content="True"> +<meta name="MobileOptimized" content="320"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + +<script> + document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; +</script> + +<!-- For all browsers --> +<link rel="stylesheet" href="/assets/css/main.css"> + +<meta http-equiv="cleartype" content="on"> + <!-- start custom head snippets --> + +<!-- insert favicons. use http://realfavicongenerator.net/ --> + +<!-- end custom head snippets --> + </head> + + <body class="layout--about_single"> + + <!--[if lt IE 9]> +<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> +<![endif]--> + <div class="masthead"> + <div class="masthead__inner-wrap"> + <div class="masthead__menu"> + <nav id="site-nav" class="greedy-nav"> + <button><div class="navicon"></div></button> + <ul class="visible-links"> + <li class="masthead__menu-item masthead__menu-item--lg"><a href="/">Apache RocketMQ</a></li> + + + <li class="masthead__menu-item"><a href="/docs/quick-start/">Documentation</a></li> + + + <li class="masthead__menu-item"><a href="/year-archive/">Blog</a></li> + + + <li class="masthead__menu-item"><a href="/community/">Community</a></li> + + + <li class="masthead__menu-item"><a href="/customer/">Customer</a></li> + + + <li class="masthead__menu-item"><a href="/about/team/">About</a></li> + + </ul> + <ul class="hidden-links hidden"></ul> + </nav> + </div> + </div> +</div> + + + + + +<div id="main" role="main"> + + <div class="sidebar sticky"> + + + + + + + + + + +<nav class="nav__list"> + + <input id="ac-toc" name="accordion-toc" type="checkbox" /> + <label for="ac-toc">Toggle Menu</label> + <ul class="nav__items"> + + <li> + + + + + <a href="/about/team/"><span class="nav__sub-title">Team</span></a> + + + + </li> + + <li> + + + + + <a href="/about/contact/"><span class="nav__sub-title">Contact</span></a> + + + + </li> + + <li> + + + + + <a href="/about/rewards/"><span class="nav__sub-title">Rewards</span></a> + + + + </li> + + </ul> +</nav> + + + </div> + + + <article class="page" itemscope itemtype="http://schema.org/CreativeWork"> + <meta itemprop="headline" content="REWARDS"> + <meta itemprop="description" content="Rewards."> - <meta itemprop="datePublished" content="April 07, 2017"> ++ <meta itemprop="datePublished" content="April 25, 2017"> + <meta itemprop="dateModified" content="January 25, 2017"> + + <div class="page__inner-wrap"> + + <header> + <h1 class="page__title" itemprop="headline">REWARDS +</h1> + + </header> + + + <section class="page__content" itemprop="text"> + <h2 id="2016-chinas-most-popular-open-source-software-award-">2016 Chinaâs most popular open source software award <a href="https://www.oschina.net/question/2886655_2216338"><i class="fa fa-link"></i></a></h2> + +<div> +<img src="/assets/images/rewards/2016_oschina.jpg" width="80%" height="80%" alt="oschina" /> +</div> + + + </section> + + <footer class="page__meta"> + + + + + + <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> Updated:</strong> <time datetime="2017-01-25">January 25, 2017</time></p> + + </footer> + + <section class="page__share"> + + <h4 class="page__share-title">Share on</h4> + + + <a href="https://twitter.com/intent/tweet?via=ApacheRocketMQ&text=REWARDS /about/rewards/" class="btn btn--twitter" title="Share on Twitter"><i class="fa fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a> + + <a href="https://www.facebook.com/sharer/sharer.php?u=/about/rewards/" class="btn btn--facebook" title="Share on Facebook"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a> + + <a href="https://plus.google.com/share?url=/about/rewards/" class="btn btn--google-plus" title="Share on Google Plus"><i class="fa fa-fw fa-google-plus" aria-hidden="true"></i><span> Google+</span></a> + + <a href="https://www.linkedin.com/shareArticle?mini=true&url=/about/rewards/" class="btn btn--linkedin" title="Share on LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a> +</section> + + + + <nav class="pagination"> + + <a href="/about/contact/" class="pagination--pager" title="CONTACT +">Previous</a> + + + <a href="#" class="pagination--pager disabled">Next</a> + + </nav> + + </div> + + + </article> + + + +</div> + + <div class="page__footer"> + <footer> + <!-- start custom footer snippets --> + +<!-- end custom footer snippets --> + <style type="text/css"> + div.columns { float: left; margin-left: 10px;} + div.clear { clear: both; } +</style> +<div> + <div class="columns"> + <a href="https://www.apache.org/"><img src="/assets/images/feather-small.gif" alt="Apache Software Foundation" style="height: 88px !important" /></a> + </div> + <div class="columns" style="width: 80%"> + <div class="page__footer-follow"> + <ul class="social-icons"> + + <li><strong>Follow:</strong></li> + + + <li><a href="https://twitter.com/ApacheRocketMQ"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> + + + + <li><a href="http://github.com/apache/incubator-rocketmq"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> + + + <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> + </ul> + </div> + + <div class="page__footer-copyright">Copyright © 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</div> + </div> +</div> +<div class="clear"></div> + </footer> + </div> + + <script src="/assets/js/main.min.js"></script> + + + + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89603173-1', 'auto'); + ga('send', 'pageview'); +</script> + +<script> +var _hmt = _hmt || []; +(function() { + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?36428f2b841d08e7405724cbf7f860d2"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); +})(); +</script> + + + + + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/ac7796b8/content/about/team/index.html ---------------------------------------------------------------------- diff --cc content/about/team/index.html index 35dde18,0000000..a5582ad mode 100644,000000..100644 --- a/content/about/team/index.html +++ b/content/about/team/index.html @@@ -1,535 -1,0 +1,535 @@@ +<!doctype html> +<html lang="en" class="no-js"> + <head> + <meta charset="utf-8"> + +<!-- begin SEO --> + + + + + + + + + +<title>TEAM - Apache RocketMQ</title> + + + + +<meta name="description" content="Project team."> + + + + +<meta property="og:locale" content="en"> +<meta property="og:site_name" content="Apache RocketMQ"> +<meta property="og:title" content="TEAM"> + + + + + <meta property="og:description" content="Project team."> + + + + <meta name="twitter:site" content="@ApacheRocketMQ"> + <meta name="twitter:title" content="TEAM"> + <meta name="twitter:description" content="Project team."> + <meta name="twitter:url" content=""> + + + <meta name="twitter:card" content="summary"> + + + + + + + + + + + + + + + + <meta property="og:type" content="article"> - <meta property="article:published_time" content="2017-04-07T09:16:21+08:00"> ++ <meta property="article:published_time" content="2017-04-25T01:02:11+08:00"> + + + + + + + + + <script type="application/ld+json"> + { + "@context" : "http://schema.org", + "@type" : "Person", + "name" : "Apache RocketMQ", + "url" : null, + "sameAs" : null + } + </script> + + + + <meta name="google-site-verification" content="aand0XZkSGsziuC-UPD4ZJniFD0m0JhGx6820y2mAQY" /> + + + <meta name="baidu-site-verification" content="wD06EbDRkQ" /> + + + + +<!-- end SEO --> + + +<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Apache RocketMQ Feed"> + +<!-- http://t.co/dKP3o1e --> +<meta name="HandheldFriendly" content="True"> +<meta name="MobileOptimized" content="320"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + +<script> + document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; +</script> + +<!-- For all browsers --> +<link rel="stylesheet" href="/assets/css/main.css"> + +<meta http-equiv="cleartype" content="on"> + <!-- start custom head snippets --> + +<!-- insert favicons. use http://realfavicongenerator.net/ --> + +<!-- end custom head snippets --> + </head> + + <body class="layout--single"> + + <!--[if lt IE 9]> +<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> +<![endif]--> + <div class="masthead"> + <div class="masthead__inner-wrap"> + <div class="masthead__menu"> + <nav id="site-nav" class="greedy-nav"> + <button><div class="navicon"></div></button> + <ul class="visible-links"> + <li class="masthead__menu-item masthead__menu-item--lg"><a href="/">Apache RocketMQ</a></li> + + + <li class="masthead__menu-item"><a href="/docs/quick-start/">Documentation</a></li> + + + <li class="masthead__menu-item"><a href="/year-archive/">Blog</a></li> + + + <li class="masthead__menu-item"><a href="/community/">Community</a></li> + + + <li class="masthead__menu-item"><a href="/customer/">Customer</a></li> + + + <li class="masthead__menu-item"><a href="/about/team/">About</a></li> + + </ul> + <ul class="hidden-links hidden"></ul> + </nav> + </div> + </div> +</div> + + + + + +<div id="main" role="main"> + + <div class="sidebar sticky"> + + + + + + + + + + +<nav class="nav__list"> + + <input id="ac-toc" name="accordion-toc" type="checkbox" /> + <label for="ac-toc">Toggle Menu</label> + <ul class="nav__items"> + + <li> + + + + + <a href="/about/team/"><span class="nav__sub-title">Team</span></a> + + + + </li> + + <li> + + + + + <a href="/about/contact/"><span class="nav__sub-title">Contact</span></a> + + + + </li> + + <li> + + + + + <a href="/about/rewards/"><span class="nav__sub-title">Rewards</span></a> + + + + </li> + + </ul> +</nav> + + + </div> + + + <article class="page" itemscope itemtype="http://schema.org/CreativeWork"> + <meta itemprop="headline" content="TEAM"> + <meta itemprop="description" content="Project team."> - <meta itemprop="datePublished" content="April 07, 2017"> ++ <meta itemprop="datePublished" content="April 25, 2017"> + <meta itemprop="dateModified" content="December 29, 2016"> + + <div class="page__inner-wrap"> + + <header> + <h1 class="page__title" itemprop="headline">TEAM +</h1> + + </header> + + + <section class="page__content" itemprop="text"> + <p>The RocketMQ team is comprised of Members and Contributors. Members have direct access to the source of RocketMQ project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. All contributions to RocketMQ are greatly appreciated, whether for trivial cleanups, big new features or other material rewards. More details see <a href="https://github.com/apache/incubator-rocketmq/blob/master/CONTRIBUTING.md">here</a>.</p> + +<h3 id="members">Members</h3> + +<p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p> + +<table> + <thead> + <tr> + <th style="text-align: left">Image</th> + <th style="text-align: left">Id</th> + <th style="text-align: left">Github Id</th> + <th style="text-align: left">Email</th> + <th style="text-align: left"><a href="https://www.apache.org/foundation/how-it-works.html#roles">Roles</a></th> + <th style="text-align: left">Time Zone</th> + </tr> + </thead> + <tbody> + <tr> + <td style="text-align: left"><img src="/assets/images/about/bsnyder.jpeg" alt="bsnyde" /></td> + <td style="text-align: left">bsnyder</td> + <td style="text-align: left"><a href="https://github.com/bsnyder">@bsnyder</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Mentor/PMC Member</td> + <td style="text-align: left">-7</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/brianm.jpeg" alt="brian" /></td> + <td style="text-align: left">brianm</td> + <td style="text-align: left"><a href="https://github.com/brianm">@brianm</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Mentor/PMC Member</td> + <td style="text-align: left">-8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/WillemJiang.jpeg" alt="WillemJiang" /></td> + <td style="text-align: left">ningjiang</td> + <td style="text-align: left"><a href="https://github.com/WillemJiang">@WillemJiang</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Mentor/PMC Member</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/lukehan.jpeg" alt="lukehan" /></td> + <td style="text-align: left">lukehan</td> + <td style="text-align: left"><a href="https://github.com/lukehan">@lukehan</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Mentor/PMC Member</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/justinmclean.jpeg" alt="justinmclean" /></td> + <td style="text-align: left">jmclean</td> + <td style="text-align: left"><a href="https://github.com/justinmclean">@justinmclean</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Mentor/PMC Member</td> + <td style="text-align: left">+11</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/vongosling.jpeg" alt="vongosling" /></td> + <td style="text-align: left">vongosling</td> + <td style="text-align: left"><a href="https://github.com/vongosling">@vongosling</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer/PMC Member</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/vintagewang.jpeg" alt="vintagewang" /></td> + <td style="text-align: left">vintagewang</td> + <td style="text-align: left"><a href="https://github.com/vintagewang">@vintagewang</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer/PMC Member</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/zhouxinyu.png" alt="zhouxinyu" /></td> + <td style="text-align: left">yukon</td> + <td style="text-align: left"><a href="https://github.com/zhouxinyu">@zhouxinyu</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer/PMC Member</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/lizhanhui.jpg" alt="lizhanhui" /></td> + <td style="text-align: left">lizhanhui</td> + <td style="text-align: left"><a href="https://github.com/lizhanhui">@lizhanhui</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/stevenschew.png" alt="stevensche" /></td> + <td style="text-align: left">stevenschew</td> + <td style="text-align: left"><a href="https://github.com/stevenschew">@stevenschew</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/lollipop.jpeg" alt="lollipop" /></td> + <td style="text-align: left">lollipop</td> + <td style="text-align: left"><a href="https://github.com/lollipopjin">@lollipopjin</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/longdafeng.jpeg" alt="longdafeng" /></td> + <td style="text-align: left">longda</td> + <td style="text-align: left"><a href="https://github.com/longdafeng">@longdafeng</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer</td> + <td style="text-align: left">+8</td> + </tr> + <tr> - <td style="text-align: left"><img src="https://avatars2.githubusercontent.com/u/3435166?v=3&s=400" alt="shroman" /></td> ++ <td style="text-align: left"><img src="/assets/images/about/rshtykh.png" alt="shroman" /></td> + <td style="text-align: left">shroman</td> + <td style="text-align: left"><a href="https://github.com/shroman">@shroman</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer</td> + <td style="text-align: left">+9</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/dongeforever.jpeg" alt="dongeforever" /></td> + <td style="text-align: left">dongeforever</td> + <td style="text-align: left"><a href="https://github.com/dongeforever">@dongeforever</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Committer</td> + <td style="text-align: left">+8</td> + </tr> + </tbody> +</table> + +<h3 id="top-contributors">Top Contributors</h3> +<p>There are a lot of contributors who improve the RocketMQ project through submission of patches and suggestions to the Members, top contributors to be added.</p> + +<table> + <thead> + <tr> + <th style="text-align: left">Image</th> + <th style="text-align: left">Id</th> + <th style="text-align: left">Github Id</th> + <th style="text-align: left">Email</th> + <th style="text-align: left"><a href="https://www.apache.org/foundation/how-it-works.html#roles">Roles</a></th> + <th style="text-align: left">Time Zone</th> + </tr> + </thead> + <tbody> + <tr> + <td style="text-align: left"><img src="/assets/images/about/zhangke.png" alt="Zhang-Ke" /></td> + <td style="text-align: left">Zhang-Ke</td> + <td style="text-align: left"><a href="https://github.com/Zhang-Ke">@Zhang-Ke</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Contributor</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/StyleTang.jpeg" alt="StyleTang" /></td> + <td style="text-align: left">StyleTang</td> + <td style="text-align: left"><a href="https://github.com/StyleTang">@StyleTang</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Contributor</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/tcrow.png" alt="tcrow" /></td> + <td style="text-align: left">tcrow</td> + <td style="text-align: left"><a href="https://github.com/tcrow">@tcrow</a></td> + <td style="text-align: left">Â </td> + <td style="text-align: left">Contributor</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/Jaskey.jpeg" alt="Jaskey" /></td> + <td style="text-align: left">Jaskey</td> + <td style="text-align: left"><a href="https://github.com/Jaskey">@Jaskey</a></td> + <td style="text-align: left">[email protected]</td> + <td style="text-align: left">Contributor</td> + <td style="text-align: left">+8</td> + </tr> + <tr> + <td style="text-align: left"><img src="/assets/images/about/zhaoqun911.png" alt="zhaoqun911" /></td> + <td style="text-align: left">zhaoqun911</td> + <td style="text-align: left"><a href="https://github.com/zhaoqun911">@zhaoqun911</a></td> + <td style="text-align: left">Â </td> + <td style="text-align: left">Contributor</td> + <td style="text-align: left">+8</td> + </tr> + </tbody> +</table> + + + + </section> + + <footer class="page__meta"> + + + + + + <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> Updated:</strong> <time datetime="2016-12-29">December 29, 2016</time></p> + + </footer> + + <section class="page__share"> + + <h4 class="page__share-title">Share on</h4> + + + <a href="https://twitter.com/intent/tweet?via=ApacheRocketMQ&text=TEAM /about/team/" class="btn btn--twitter" title="Share on Twitter"><i class="fa fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a> + + <a href="https://www.facebook.com/sharer/sharer.php?u=/about/team/" class="btn btn--facebook" title="Share on Facebook"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a> + + <a href="https://plus.google.com/share?url=/about/team/" class="btn btn--google-plus" title="Share on Google Plus"><i class="fa fa-fw fa-google-plus" aria-hidden="true"></i><span> Google+</span></a> + + <a href="https://www.linkedin.com/shareArticle?mini=true&url=/about/team/" class="btn btn--linkedin" title="Share on LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a> +</section> + + + + <nav class="pagination"> + + <a href="#" class="pagination--pager disabled">Previous</a> + + + <a href="/about/contact/" class="pagination--pager" title="CONTACT +">Next</a> + + </nav> + + </div> + + + </article> + + + +</div> + + <div class="page__footer"> + <footer> + <!-- start custom footer snippets --> + +<!-- end custom footer snippets --> + <style type="text/css"> + div.columns { float: left; margin-left: 10px;} + div.clear { clear: both; } +</style> +<div> + <div class="columns"> + <a href="https://www.apache.org/"><img src="/assets/images/feather-small.gif" alt="Apache Software Foundation" style="height: 88px !important" /></a> + </div> + <div class="columns" style="width: 80%"> + <div class="page__footer-follow"> + <ul class="social-icons"> + + <li><strong>Follow:</strong></li> + + + <li><a href="https://twitter.com/ApacheRocketMQ"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> + + + + <li><a href="http://github.com/apache/incubator-rocketmq"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> + + + <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> + </ul> + </div> + + <div class="page__footer-copyright">Copyright © 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</div> + </div> +</div> +<div class="clear"></div> + </footer> + </div> + + <script src="/assets/js/main.min.js"></script> + + + + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89603173-1', 'auto'); + ga('send', 'pageview'); +</script> + +<script> +var _hmt = _hmt || []; +(function() { + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?36428f2b841d08e7405724cbf7f860d2"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); +})(); +</script> + + + + + </body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-site/blob/ac7796b8/content/activity/launch-rocketmq-code-marathon/index.html ---------------------------------------------------------------------- diff --cc content/activity/launch-rocketmq-code-marathon/index.html index 6847494,0000000..7604b3e mode 100644,000000..100644 --- a/content/activity/launch-rocketmq-code-marathon/index.html +++ b/content/activity/launch-rocketmq-code-marathon/index.html @@@ -1,563 -1,0 +1,563 @@@ +<!doctype html> +<html lang="en" class="no-js"> + <head> + <meta charset="utf-8"> + +<!-- begin SEO --> + + + + + + + + + +<title>Launch The Second RocketMQ Code Marathon - Apache RocketMQ</title> + + + + +<meta name="description" content="ROCKETMQ CODE MARATHON March 29th 2017"> + + + + +<meta property="og:locale" content="en"> +<meta property="og:site_name" content="Apache RocketMQ"> +<meta property="og:title" content="Launch The Second RocketMQ Code Marathon"> + + + + + <meta property="og:description" content="ROCKETMQ CODE MARATHON March 29th 2017"> + + + + <meta name="twitter:site" content="@ApacheRocketMQ"> + <meta name="twitter:title" content="Launch The Second RocketMQ Code Marathon"> + <meta name="twitter:description" content="ROCKETMQ CODE MARATHON March 29th 2017"> + <meta name="twitter:url" content=""> + + + <meta name="twitter:card" content="summary"> + + + + + + + + + + + + + + + + <meta property="og:type" content="article"> + <meta property="article:published_time" content="2017-03-31T00:00:00+08:00"> + + + + + + + + + <script type="application/ld+json"> + { + "@context" : "http://schema.org", + "@type" : "Person", + "name" : "Apache RocketMQ", + "url" : null, + "sameAs" : null + } + </script> + + + + <meta name="google-site-verification" content="aand0XZkSGsziuC-UPD4ZJniFD0m0JhGx6820y2mAQY" /> + + + <meta name="baidu-site-verification" content="wD06EbDRkQ" /> + + + + +<!-- end SEO --> + + +<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Apache RocketMQ Feed"> + +<!-- http://t.co/dKP3o1e --> +<meta name="HandheldFriendly" content="True"> +<meta name="MobileOptimized" content="320"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> + +<script> + document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js '; +</script> + +<!-- For all browsers --> +<link rel="stylesheet" href="/assets/css/main.css"> + +<meta http-equiv="cleartype" content="on"> + <!-- start custom head snippets --> + +<!-- insert favicons. use http://realfavicongenerator.net/ --> + +<!-- end custom head snippets --> + </head> + + <body class="layout--single"> + + <!--[if lt IE 9]> +<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div> +<![endif]--> + <div class="masthead"> + <div class="masthead__inner-wrap"> + <div class="masthead__menu"> + <nav id="site-nav" class="greedy-nav"> + <button><div class="navicon"></div></button> + <ul class="visible-links"> + <li class="masthead__menu-item masthead__menu-item--lg"><a href="/">Apache RocketMQ</a></li> + + + <li class="masthead__menu-item"><a href="/docs/quick-start/">Documentation</a></li> + + + <li class="masthead__menu-item"><a href="/year-archive/">Blog</a></li> + + + <li class="masthead__menu-item"><a href="/community/">Community</a></li> + + + <li class="masthead__menu-item"><a href="/customer/">Customer</a></li> + + + <li class="masthead__menu-item"><a href="/about/team/">About</a></li> + + </ul> + <ul class="hidden-links hidden"></ul> + </nav> + </div> + </div> +</div> + + + + + +<div id="main" role="main"> + + <div class="sidebar sticky"> + + +<div itemscope itemtype="http://schema.org/Person"> + + + <div class="author__avatar"> + + <img src="/assets/images/rmq-logo.png" class="author__avatar" alt="" itemprop="image"> + + </div> + + + <div class="author__content"> + <h3 class="author__name" itemprop="name"></h3> + + <p class="author__bio" itemprop="description"> + A fast, low latency, reliable, scalable, distributed MOM. + </p> + + </div> + + <div class="author__urls-wrapper"> + <button class="btn btn--inverse">Follow</button> + <ul class="author__urls social-icons"> + + <li itemprop="homeLocation" itemscope itemtype="http://schema.org/Place"> + <i class="fa fa-fw fa-map-marker" aria-hidden="true"></i> <span itemprop="name">Hangzhou, China</span> + </li> + + + + <li> + <a href="http://incubator.staging.apache.org/projects/rocketmq.html" itemprop="url"> + <i class="fa fa-fw fa-chain" aria-hidden="true"></i> Website + </a> + </li> + + + + <li> + <a href="mailto:[email protected]"> + <meta itemprop="email" content="[email protected]" /> + <i class="fa fa-fw fa-envelope-square" aria-hidden="true"></i> Email + </a> + </li> + + + + + + <li> + <a href="https://twitter.com/ApacheRocketMQ" itemprop="sameAs"> + <i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter + </a> + </li> + + + + + + + + + + + + + + + + + + <li> + <a href="https://github.com/apache/incubator-rocketmq" itemprop="sameAs"> + <i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub + </a> + </li> + + + + <li> + <a href="https://www.stackoverflow.com/questions/tagged/rocketmq" itemprop="sameAs"> + <i class="fa fa-fw fa-stack-overflow" aria-hidden="true"></i> Stackoverflow + </a> + </li> + + + + <li> + <a href="https://www.quora.com/topic/RocketMQ" itemprop="sameAs"> + <i class="fa fa-fw" aria-hidden="true"><strong>Q</strong></i> Quora + </a> + </li> + + + + + + + + + + + + + + + + + + + + + + + + + <!-- + <li> + <a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs"> + <i class="fa fa-fw" aria-hidden="true"></i> Custom Social Profile Link + </a> + </li> +--> + </ul> + </div> +</div> + + + </div> + + + <article class="page" itemscope itemtype="http://schema.org/CreativeWork"> + <meta itemprop="headline" content="Launch The Second RocketMQ Code Marathon"> + <meta itemprop="description" content="ROCKETMQ CODE MARATHON March 29th 2017"> + <meta itemprop="datePublished" content="March 31, 2017"> + + + <div class="page__inner-wrap"> + + <header> + <h1 class="page__title" itemprop="headline">Launch The Second RocketMQ Code Marathon +</h1> + + <p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> + + + + + less than 1 minute read +</p> + + </header> + + + <section class="page__content" itemprop="text"> + <p><img src="/assets/images/blog/banner.jpg" alt="Banner" /></p> +<h1 id="rocketmq-code-marathon-">ROCKETMQ CODE MARATHON <a href="/assets/attachment/launch-second-rocketmq-code-marathon.pdf"><i class="fa fa-link"></i></a></h1> +<h5 id="march-29th-2017">March 29th 2017</h5> + +<h2 id="objective">Objective:</h2> +<ol> + <li>Foster Community</li> + <li>Prosper Ecology</li> + <li>Incubate Committers</li> +</ol> + +<h2 id="output">Output:</h2> +<ol> + <li>1~3 Milestone Releases Per Project</li> +</ol> + +<h2 id="rewards">Rewards:</h2> +<ol> - <li>Two Potential Committer Candidates Per Project</li> - <li>Free Offers to Active Participants for On-Site Meetup</li> ++ <li>Two Potential Committers Candidates Per Project</li> ++ <li>Free Offers to Active Participants for On-Site Meetup ++ <h2 id="projects">PROJECTS</h2> ++ </li> +</ol> + - <h2 id="projects">PROJECTS</h2> - +<h3 id="rocketmq-big-data">RocketMQ-Big Data</h3> +<ol> + <li>Integration of big data analysis framework</li> + <li>Rich Documentation and Good Test Cases Coverage</li> + <li>Apache Beam preferred</li> + <li>Join by Creating Pull Requests against <a href="https://github.com/apache/incubator-rocketmq-externals">RocketMQ Beam Repository</a></li> + <li>Join by Creating Pull Requests against <a href="https://github.com/apache/incubator-rocketmq-externals">RocketMQ Flink Repository</a></li> + <li>Join by Existing Pull Request against <a href="https://github.com/apache/storm/pull/2024">RocketMQ Storm Repository</a></li> + <li>Join by Existing Pull Request against <a href="https://github.com/apache/incubator-rocketmq-externals/pull/5">RocketMQ Spark Repository</a></li> +</ol> + +<h3 id="rocketmq-client-sdk">RocketMQ-Client SDK</h3> +<ol> + <li>Development of RocketMQ Client</li> + <li>Rich Documentation and Good Test Cases Coverage</li> + <li>Go preferred</li> + <li>Join by Creating Pull Requests against <a href="https://github.com/apache/incubator-rocketmq-externals">RocketMQ Go Repository</a></li> + <li>Join by Creating Pull Requests against <a href="https://github.com/apache/incubator-rocketmq-externals">RocketMQ .Net Repository</a></li> + <li>Join by Creating Pull Requests against <a href="https://github.com/apache/incubator-rocketmq-externals">RocketMQ PHP Repository</a></li> +</ol> + +<h3 id="rocketmq-data-replication">RocketMQ-Data Replication</h3> +<ol> + <li>Implement Data Replication from Database</li> + <li>Rich Documentation and Good Test Cases Coverage</li> + <li>MySQL preferred</li> + <li>Join by Creating Pull Requests against <a href="https://github.com/apache/incubator-rocketmq-externals">RocketMQ MySQL Repository</a></li> + <li>Join by Creating Pull Requests against <a href="https://github.com/apache/incubator-rocketmq-externals">RocketMQ Redis Repository</a></li> + <li>Join by Creating Pull Requests against <a href="https://github.com/apache/incubator-rocketmq-externals">RocketMQ MongoDB Repository</a></li> +</ol> + + + </section> + + <footer class="page__meta"> + + + + + + + + + + <p class="page__taxonomy"> + <strong><i class="fa fa-fw fa-tags" aria-hidden="true"></i> Tags: </strong> + <span itemprop="keywords"> + + + + <a href="/tags/#activity" class="page__taxonomy-item" rel="tag">Activity</a><span class="sep">, </span> + + + + <a href="/tags/#code" class="page__taxonomy-item" rel="tag">Code</a><span class="sep">, </span> + + + + <a href="/tags/#marathon" class="page__taxonomy-item" rel="tag">Marathon</a> + + </span> + </p> + + + + + + + + + + + + <p class="page__taxonomy"> + <strong><i class="fa fa-fw fa-folder-open" aria-hidden="true"></i> Categories: </strong> + <span itemprop="keywords"> + + + + <a href="/categories/#activity" class="page__taxonomy-item" rel="tag">Activity</a> + + </span> + </p> + + + + <p class="page__date"><strong><i class="fa fa-fw fa-calendar" aria-hidden="true"></i> Updated:</strong> <time datetime="2017-03-31T00:00:00+08:00">March 31, 2017</time></p> + + </footer> + + <section class="page__share"> + + <h4 class="page__share-title">Share on</h4> + + + <a href="https://twitter.com/intent/tweet?via=ApacheRocketMQ&text=Launch The Second RocketMQ Code Marathon /activity/launch-rocketmq-code-marathon/" class="btn btn--twitter" title="Share on Twitter"><i class="fa fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a> + + <a href="https://www.facebook.com/sharer/sharer.php?u=/activity/launch-rocketmq-code-marathon/" class="btn btn--facebook" title="Share on Facebook"><i class="fa fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a> + + <a href="https://plus.google.com/share?url=/activity/launch-rocketmq-code-marathon/" class="btn btn--google-plus" title="Share on Google Plus"><i class="fa fa-fw fa-google-plus" aria-hidden="true"></i><span> Google+</span></a> + + <a href="https://www.linkedin.com/shareArticle?mini=true&url=/activity/launch-rocketmq-code-marathon/" class="btn btn--linkedin" title="Share on LinkedIn"><i class="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a> +</section> + + + + <nav class="pagination"> + + <a href="/the-correct-posture-of-submitting-pull-request/" class="pagination--pager" title="The Correct Posture Of Submitting Pull Request +">Previous</a> + + + <a href="#" class="pagination--pager disabled">Next</a> + + </nav> + + </div> + + + <div class="page__comments"> + + + <h4 class="page__comments-title">Leave a Comment</h4> + <section id="disqus_thread"></section> + +</div> + + </article> + + + +</div> + + <div class="page__footer"> + <footer> + <!-- start custom footer snippets --> + +<!-- end custom footer snippets --> + <style type="text/css"> + div.columns { float: left; margin-left: 10px;} + div.clear { clear: both; } +</style> +<div> + <div class="columns"> + <a href="https://www.apache.org/"><img src="/assets/images/feather-small.gif" alt="Apache Software Foundation" style="height: 88px !important" /></a> + </div> + <div class="columns" style="width: 80%"> + <div class="page__footer-follow"> + <ul class="social-icons"> + + <li><strong>Follow:</strong></li> + + + <li><a href="https://twitter.com/ApacheRocketMQ"><i class="fa fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> + + + + <li><a href="http://github.com/apache/incubator-rocketmq"><i class="fa fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> + + + <li><a href="/feed.xml"><i class="fa fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li> + </ul> + </div> + + <div class="page__footer-copyright">Copyright © 2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</div> + </div> +</div> +<div class="clear"></div> + </footer> + </div> + + <script src="/assets/js/main.min.js"></script> + + + + + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-89603173-1', 'auto'); + ga('send', 'pageview'); +</script> + +<script> +var _hmt = _hmt || []; +(function() { + var hm = document.createElement("script"); + hm.src = "https://hm.baidu.com/hm.js?36428f2b841d08e7405724cbf7f860d2"; + var s = document.getElementsByTagName("script")[0]; + s.parentNode.insertBefore(hm, s); +})(); +</script> + + + + + + <script type="text/javascript"> + /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ + var disqus_shortname = 'rocketmq'; + + /* * * DON'T EDIT BELOW THIS LINE * * */ + (function() { + var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; + dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); + })(); + + /* * * DON'T EDIT BELOW THIS LINE * * */ + (function () { + var s = document.createElement('script'); s.async = true; + s.type = 'text/javascript'; + s.src = '//' + disqus_shortname + '.disqus.com/count.js'; + (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); + }()); + </script> + <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> + + + + + + + </body> +</html>
