You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run README through Grammarly, rename LICENSE to MIT-LICENSE (karafka#326)
* Run readme through Grammarly, rename LICENSE to MIT-LICENSE
* Update README.md
Co-authored-by: Peter Boling <[email protected]>
* fix invalid date
---------
Co-authored-by: Peter Boling <[email protected]>
It wraps the production-ready C client using the [ffi](https://github.com/ffi/ffi)
15
-
gem and targets Kafka 1.0+ and Ruby versions that are under security or
16
-
active maintenance. We remove Ruby version from our CI builds if they
15
+
gem and targets Kafka 1.0+ and Ruby versions under security or
16
+
active maintenance. We remove a Ruby version from our CI builds when they
17
17
become EOL.
18
18
19
19
`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.
20
20
21
21
The most important pieces of a Kafka client are implemented. We're
22
-
working towards feature completeness, you can track that here:
22
+
working towards feature completeness. You can track that here:
@@ -91,7 +91,7 @@ released until it `#close` is explicitly called, so be sure to call
91
91
92
92
## Higher level libraries
93
93
94
-
Currently, there are two actively developed frameworks based on rdkafka-ruby, that provide higherlevel API that can be used to work with Kafka messages and one library for publishing messages.
94
+
Currently, there are two actively developed frameworks based on rdkafka-ruby, that provide higher-level API that can be used to work with Kafka messages and one library for publishing messages.
95
95
96
96
### Message processing frameworks
97
97
@@ -104,7 +104,7 @@ Currently, there are two actively developed frameworks based on rdkafka-ruby, th
104
104
105
105
## Development
106
106
107
-
A Docker Compose file is included to run Kafka and Zookeeper. To run
107
+
A Docker Compose file is included to run Kafka. To run
0 commit comments