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
This gem is used to consume Kafka messages. It is a wrapper over the [Karafka](https://github.com/karafka/karafka) gem, and is recommended for use as a transport with the [sbmt-outbox](https://github.com/SberMarket-Tech/sbmt-outbox) gem.
6
+
This gem is used to consume Kafka messages. It is a wrapper over the [Karafka](https://github.com/karafka/karafka) gem, and is recommended for use as a transport with the [sbmt-outbox](https://github.com/Kuper-Tech/sbmt-outbox) gem.
7
7
8
8
## Installation
9
9
@@ -21,7 +21,7 @@ bundle install
21
21
22
22
## Demo
23
23
24
-
Learn how to use this gem and how it works with Ruby on Rails at here https://github.com/SberMarket-Tech/outbox-example-apps
24
+
Learn how to use this gem and how it works with Ruby on Rails at here https://github.com/Kuper-Tech/outbox-example-apps
25
25
26
26
## Auto configuration
27
27
@@ -47,7 +47,7 @@ rails g kafka_consumer:consumer MaybeNamespaced::Name
47
47
48
48
### Inbox consumer
49
49
50
-
To generate an Inbox consumer for use with gem [sbmt-outbox](https://github.com/SberMarket-Tech/sbmt-outbox), run the following command:
50
+
To generate an Inbox consumer for use with gem [sbmt-outbox](https://github.com/Kuper-Tech/sbmt-outbox), run the following command:
51
51
52
52
```shell
53
53
rails g kafka_consumer:inbox_consumer MaybeNamespaced::Name some-consumer-group some-topic
Copy file name to clipboardexpand all lines: sbmt-kafka_consumer.gemspec
+5-5
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ Gem::Specification.new do |spec|
6
6
spec.name="sbmt-kafka_consumer"
7
7
spec.license="MIT"
8
8
spec.version=Sbmt::KafkaConsumer::VERSION
9
-
spec.authors=["Sbermarket Ruby-Platform Team"]
9
+
spec.authors=["Kuper Ruby-Platform Team"]
10
10
11
11
spec.summary="Ruby gem for consuming Kafka messages"
12
12
spec.description="This gem is used for consuming Kafka messages. It represents a wrapper over Karafka gem and is recommended for using as a transport with sbmt-outbox"
0 commit comments