diff options
author | Dana Powers <dana.powers@rd.io> | 2016-01-07 18:51:14 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2016-01-07 18:51:14 -0800 |
commit | 828377377da43749af0d27ee256ef31bf714cf17 (patch) | |
tree | fbad4d4381fc4d1ea2be7ce2009214d18fbeb674 /docs/support.rst | |
parent | 71e7568fcb8132899f366b37c32645fd5a40dc4b (diff) | |
parent | 9a8af1499ca425366d934487469d9977fae7fe5f (diff) | |
download | kafka-python-828377377da43749af0d27ee256ef31bf714cf17.tar.gz |
Merge branch '0.9'
Conflicts:
kafka/codec.py
kafka/version.py
test/test_producer.py
test/test_producer_integration.py
Diffstat (limited to 'docs/support.rst')
-rw-r--r-- | docs/support.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/support.rst b/docs/support.rst new file mode 100644 index 0000000..63d4a86 --- /dev/null +++ b/docs/support.rst @@ -0,0 +1,11 @@ +Support +------- + +For support, see github issues at https://github.com/dpkp/kafka-python + +Limited IRC chat at #kafka-python on freenode (general chat is #apache-kafka). + +For information about Apache Kafka generally, see https://kafka.apache.org/ + +For general discussion of kafka-client design and implementation (not python +specific), see https://groups.google.com/forum/m/#!forum/kafka-clients |