Skip to content

Commit

Permalink
puzzle names
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed May 4, 2023
1 parent 86d486d commit d78f949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/github/eocqrs/kafka/fake/FkConsumer.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void unsubscribe() {
}

/*
* @todo #54:60m/DEV Fake close is not implemented
* @todo #54:60m/DEV Fake consumer close is not implemented
*/
@Override
public void close() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/eocqrs/kafka/fake/FkProducer.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public Future<RecordMetadata> send(final K key, final Data<X> message) {
}

/*
* @todo #44:60m/DEV Fake close is not implemented
* @todo #44:60m/DEV Fake producer close is not implemented
*/
@Override
public void close() {
Expand Down

9 comments on commit d78f949

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d78f949 May 4, 2023

Choose a reason for hiding this comment

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

Puzzle 10-404e50f4 disappeared from src/main/java/org/eocqrs/kafka/fake/FkProducer.java), that's why I closed #44. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d78f949 May 4, 2023

Choose a reason for hiding this comment

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

Puzzle 49-da1616f3 disappeared from src/main/java/org/eocqrs/kafka/fake/FkConsumer.java), that's why I closed #54. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d78f949 May 4, 2023

Choose a reason for hiding this comment

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

Puzzle 44-72db5d02 discovered in src/main/java/io/github/eocqrs/kafka/fake/FkProducer.java) and submitted as #292. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d78f949 May 4, 2023

Choose a reason for hiding this comment

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

Puzzle 44-45e88687 discovered in src/main/java/io/github/eocqrs/kafka/fake/FkProducer.java) and submitted as #293. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d78f949 May 4, 2023

Choose a reason for hiding this comment

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

Puzzle 54-622a27cf discovered in src/main/java/io/github/eocqrs/kafka/fake/FkConsumer.java) and submitted as #294. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d78f949 May 4, 2023

Choose a reason for hiding this comment

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

Puzzle 54-24b9fc66 discovered in src/main/java/io/github/eocqrs/kafka/fake/FkConsumer.java) and submitted as #295. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d78f949 May 4, 2023

Choose a reason for hiding this comment

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

Puzzle 54-18f70e3d discovered in src/main/java/io/github/eocqrs/kafka/fake/FkConsumer.java) and submitted as #296. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d78f949 May 4, 2023

Choose a reason for hiding this comment

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

Puzzle 54-fcc45b5d discovered in src/main/java/io/github/eocqrs/kafka/fake/FkConsumer.java) and submitted as #297. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on d78f949 May 4, 2023

Choose a reason for hiding this comment

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

Puzzle 54-846ada40 discovered in src/main/java/io/github/eocqrs/kafka/fake/FkConsumer.java) and submitted as #298. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.