Skip to content

Commit

Permalink
#586 fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schneider <johannes.schneider@bosch.io>
  • Loading branch information
jokraehe committed Jun 11, 2021
1 parent 2f792f7 commit 14e7bbe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ public boolean equals(final Object o) {

@Override
public int hashCode() {
return Objects.hash(consumerConfig, producerConfig, consumerThrottlingConfig);
return Objects.hash(consumerConfig, consumerThrottlingConfig, producerConfig, producerQueueSize,
producerParallelism);
}

@Override
Expand Down

0 comments on commit 14e7bbe

Please sign in to comment.