Skip to content

Commit

Permalink
#305 puzzle off
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed May 19, 2023
1 parent 6dc8ef1 commit fb977d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/io/github/eocqrs/kafka/consumer/KfConsumer.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ public void subscribe(final ConsumerRebalanceListener listener,
this.origin.subscribe(new ListOf<>(topics), listener);
}

/**
* @todo #289:30m/DEV ConsumerRecords wrapping up
* we have to wrap the ConsumerRecords into some object
*/
@Override
public ConsumerRecords<K, X> records(
final String topic, final Duration timeout
Expand Down

1 comment on commit fb977d8

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on fb977d8 May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 289-af1a45bc disappeared from src/main/java/io/github/eocqrs/kafka/consumer/KfConsumer.java), that's why I closed #305. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.