-
Notifications
You must be signed in to change notification settings - Fork 297
/
contact.html
43 lines (40 loc) · 3.27 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!--#include virtual="includes/_header.htm" -->
<body class="page-contact ">
<!--#include virtual="includes/_top.htm" -->
<div class="content">
<!--#include virtual="includes/_nav.htm" -->
<div class="right">
<h1 class="content-title">Contact</h1>
<h3>Mailing Lists</h3>
<p>
We have a few mailing lists hosted by Apache:
</p>
<ul>
<li>
<b>User mailing list</b>: A list for general user questions about Kafka®. To subscribe, send an email to <a href="mailto:users-subscribe@kafka.apache.org">users-subscribe@kafka.apache.org</a>. Once subscribed, you can ask general user questions by mailing to <a href="mailto:users@kafka.apache.org">users@kafka.apache.org</a>. Archives are available <a href="https://lists.apache.org/list.html?users@kafka.apache.org">here</a>.
To unsubscribe, send an email to <a href="mailto:users-unsubscribe@kafka.apache.org">users-unsubscribe@kafka.apache.org</a>.
</li>
<li>
<b>Developer mailing list</b>: A list for discussion on Kafka® development. To subscribe, send an email to <a href="mailto:dev-subscribe@kafka.apache.org">dev-subscribe@kafka.apache.org</a>. Once subscribed, you can have discussion on Kafka® development by mailing to <a href="mailto:dev@kafka.apache.org">dev@kafka.apache.org</a>. Archives are available <a href="https://lists.apache.org/list.html?dev@kafka.apache.org">here</a>.
To unsubscribe, send an email to <a href="mailto:dev-unsubscribe@kafka.apache.org">dev-unsubscribe@kafka.apache.org</a>.
</li>
<li>
<b>JIRA mailing list</b>: A list to track Kafka® <a href="https://issues.apache.org/jira/projects/KAFKA">JIRA</a> notifications. To subscribe, send an email to <a href="mailto:jira-subscribe@kafka.apache.org">jira-subscribe@kafka.apache.org</a>. Archives are available <a href="https://lists.apache.org/list.html?jira@kafka.apache.org">here</a>.
To unsubscribe, send an email to <a href="mailto:jira-unsubscribe@kafka.apache.org">jira-unsubscribe@kafka.apache.org</a>.
</li>
<li>
<b>Commit mailing list</b>: A list to track Kafka® commits. To subscribe, send an email to <a href="mailto:commits-subscribe@kafka.apache.org">commits-subscribe@kafka.apache.org</a>. Archives are available <a href="http://mail-archives.apache.org/mod_mbox/kafka-commits">here</a>.
To unsubscribe, send an email to <a href="mailto:commits-unsubscribe@kafka.apache.org">commits-unsubscribe@kafka.apache.org</a>.
</li>
</ul>
<p>
For all Apache mailing lists, you must confirm your subscription by replying to an email. See the <a href="https://www.apache.org/foundation/mailinglists">Apache Mailing Lists</a> page for more information.
</p>
<p>
Prior to the move to Apache we had a Google group we used for discussion. Archives can be found <a href="http://groups.google.com/group/kafka-dev">here</a>. After that we were in Apache Incubator which has its own archives for <a href="http://mail-archives.apache.org/mod_mbox/incubator-kafka-users/">user</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-kafka-dev/">dev</a>, and <a href="http://mail-archives.apache.org/mod_mbox/incubator-kafka-commits/">commit</a> lists.
</p>
<script>
// Show selected style on nav item
$(function() { $('.b-nav__contact').addClass('selected'); });
</script>
<!--#include virtual="includes/_footer.htm" -->