Skip to content

Commit

Permalink
update code doc reference and remove milestone (karafka#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Nov 21, 2023
1 parent 2fc6ffa commit 91a97cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ become EOL.

`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.

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

## Table of content

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

## Usage

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

### Consuming messages

Expand Down

0 comments on commit 91a97cf

Please sign in to comment.