Skip to content

Commit ecf4188

Browse files
author
Hǎiliàng Wáng
committed
branching to v1 (Kafka 0.8.2.2)
1 parent c5373d5 commit ecf4188

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ Install
77
-------
88

99
```
10-
go get -u h12.me/kpax
10+
go get -u h12.me/kpax.v1
1111
```
1212

13+
### Compatibility
14+
15+
h12.me/kpax.v1 is compatible with Kafka Server 0.8.2.
16+
1317
Design
1418
------
1519

@@ -29,10 +33,6 @@ The client is built on top of Kafka Wire Protocol (i.e. low-level API). The prot
2933
* **cmd**
3034
- **kpax**: command line tool to help with Kafka programming
3135

32-
### Compatibility
33-
34-
Compatible with Kafka Server 0.8.2.
35-
3636
### Error Handling
3737

3838
* broker

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package kpax // import "h12.me/kpax"
1+
package kpax

0 commit comments

Comments
 (0)