Class: Karafka::Testing::SpecConsumerClient
- Inherits:
-
Object
- Object
- Karafka::Testing::SpecConsumerClient
- Defined in:
- lib/karafka/testing/spec_consumer_client.rb
Overview
A spec client that takes over client delegated methods from the consumers For specs we do not mark anything as consumed, nor do we really send heartbeats. Those things are tested in the framework itself
Instance Method Summary collapse
-
#assignment_lost? ⇒ Boolean
Assignments are never lost for specs.
Instance Method Details
#assignment_lost? ⇒ Boolean
Returns assignments are never lost for specs.
21 22 23 |
# File 'lib/karafka/testing/spec_consumer_client.rb', line 21 def assignment_lost? false end |