Skip to content

Commit 91a97cf

Browse files
authored
update code doc reference and remove milestone (#352)
1 parent 2fc6ffa commit 91a97cf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ become EOL.
1818

1919
`rdkafka` was written because of the need for a reliable Ruby client for Kafka that supports modern Kafka at [AppSignal](https://appsignal.com). AppSignal runs it in production on very high-traffic systems.
2020

21-
The most important pieces of a Kafka client are implemented. We're
22-
working towards feature completeness. You can track that here:
23-
https://github.com/appsignal/rdkafka-ruby/milestone/1
21+
The most important pieces of a Kafka client are implemented, and we aim to provide all relevant consumer, producer, and admin APIs.
2422

2523
## Table of content
2624

@@ -42,7 +40,7 @@ If you have any problems installing the gem, please open an issue.
4240

4341
## Usage
4442

45-
See the [documentation](https://www.rubydoc.info/github/appsignal/rdkafka-ruby) for full details on how to use this gem. Two quick examples:
43+
See the [documentation](https://karafka.io/docs/code/rdkafka-ruby/) for full details on how to use this gem. Two quick examples:
4644

4745
### Consuming messages
4846

0 commit comments

Comments
 (0)