We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5373d5 commit ecf4188Copy full SHA for ecf4188
README.md
@@ -7,9 +7,13 @@ Install
7
-------
8
9
```
10
-go get -u h12.me/kpax
+go get -u h12.me/kpax.v1
11
12
13
+### Compatibility
14
+
15
+h12.me/kpax.v1 is compatible with Kafka Server 0.8.2.
16
17
Design
18
------
19
@@ -29,10 +33,6 @@ The client is built on top of Kafka Wire Protocol (i.e. low-level API). The prot
29
33
* **cmd**
30
34
- **kpax**: command line tool to help with Kafka programming
31
35
32
-### Compatibility
-
-Compatible with Kafka Server 0.8.2.
36
### Error Handling
37
38
* broker
doc.go
@@ -1 +1 @@
1
-package kpax // import "h12.me/kpax"
+package kpax
0 commit comments