| --- |
| layout: default |
| title: "Community" |
| permalink: /community/ |
| --- |
| |
| * TOC |
| {:toc} |
| |
| # Community |
| |
| There are many ways to get help from the Apache DistributedLog community. The [mailing lists](#mailing-lists) are the primary place where all DistributedLog committers are present. Bugs and feature requests can either be discussed on *dev mailing list* or on [JIRA]({{ site.jira_url }}). Those interested in contributing to DistributedLog should check out the [contribution guide](how-to-contribute.html). |
| |
| ## Mailing Lists |
| |
| <table class="table table-striped"> |
| <thead> |
| <th class="text-center">Name</th> |
| <th class="text-center">Subscribe</th> |
| <th class="text-center">Digest</th> |
| <th class="text-center">Unsubscribe</th> |
| <th class="text-center">Post</th> |
| <th class="text-center">Archive</th> |
| </thead> |
| <tr> |
| <td> |
| <strong>distributedlog-user</strong>@bookkeeper.apache.org<br> |
| <small>User related discussions</small> |
| </td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-user-subscribe@bookkeeper.apache.org">Subscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-user-digest-subscribe@bookkeeper.apache.org">Subscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-user-unsubscribe@bookkeeper.apache.org">Unsubscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-user@bookkeeper.apache.org">Post</a></td> |
| <td class="text-center"> |
| <a href="http://mail-archives.apache.org/mod_mbox/bookkeeper-distributedlog-user/">Archives</a> <br> |
| </td> |
| </tr> |
| <tr> |
| <td> |
| <strong>distributedlog-dev</strong>@bookkeeper.apache.org<br> |
| <small>Development related discussions</small> |
| </td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-dev-subscribe@bookkeeper.apache.org">Subscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-dev-digest-subscribe@bookkeeper.apache.org">Subscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-dev-unsubscribe@bookkeeper.apache.org">Unsubscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-dev@bookkeeper.apache.org">Post</a></td> |
| <td class="text-center"> |
| <a href="http://mail-archives.apache.org/mod_mbox/bookkeeper-distributedlog-dev/">Archives</a> <br> |
| </td> |
| </tr> |
| <tr> |
| <td> |
| <strong>distributedlog-issues</strong>@bookkeeper.apache.org<br> |
| <small>Updates from DistributedLog's JIRA, Github and Jenkins.</small> |
| </td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-issues-subscribe@bookkeeper.apache.org">Subscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-issues-digest-subscribe@bookkeeper.apache.org">Subscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-issues-unsubscribe@bookkeeper.apache.org">Unsubscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <i>Read only list</i></td> |
| <td class="text-center"><a href="http://mail-archives.apache.org/mod_mbox/bookkeeper-distributedlog-issues/">Archives</a></td> |
| </tr> |
| <tr> |
| <td> |
| <strong>distributedlog-commits</strong>@bookkeeper.apache.org<br> |
| <small>All commits to our repositories</small> |
| </td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-commits-subscribe@bookkeeper.apache.org">Subscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-commits-digest-subscribe@bookkeeper.apache.org">Subscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <a href="mailto:distributedlog-commits-unsubscribe@bookkeeper.apache.org">Unsubscribe</a></td> |
| <td class="text-center"><i class="fa fa-pencil-square-o"></i> <i>Read only list</i></td> |
| <td class="text-center"><a href="http://mail-archives.apache.org/mod_mbox/bookkeeper-distributedlog-commits/">Archives</a></td> |
| </tr> |
| </table> |
| |
| ## Slack Channel |
| |
| There is a Slack channel dedicated to Apache DistributedLog at [https://apachedistributedlog.slack.com/](https://apachedistributedlog.slack.com/). The slack channel can be used for online discussions about Apache DistributedLog as community. Users can get help using DistributedLog, follow developement discussions and connect with the community. |
| |
| But developers should be careful to move or duplicate all the official or useful discussions to the issue tracking system or dev mailing list. |
| |
| If you are interested in connecting with the community using Slack channel, you can get invite from [here](https://getdl-slack.herokuapp.com/). |
| |
| ## Issue Tracker |
| |
| We use JIRA to track all code related issues: [{{ site.jira_url }}]({{ site.jira_url }}). |
| |
| All issue activity is also mirrored to the dev mailing list. |
| |
| ## Source Code |
| |
| ### Main source repositories |
| |
| - **ASF gitbox**: [https://gitbox.apache.org/repos/asf/distributedlog.git](https://gitbox.apache.org/repos/asf/distributedlog.git) |
| - **GitHub repo**: [https://github.com/apache/distributedlog.git](https://github.com/apache/distributedlog.git) |
| |
| Note: We prefer to run distributedlog using Java 8. |