Skip to content

Commit

Permalink
GH-2061: Remove Unused Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Jan 12, 2022
1 parent b72a37f commit 64891b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,6 @@ public void onPartitionsAssigned(Collection<TopicPartition> partitions) {
records = consumer.poll(Duration.ofMillis(100)); // force assignment NOSONAR magic #
}
if (assigned.get() != null) {
final ConsumerRecords<?, ?> theRecords = records;
logger.debug(() -> "Partitions assigned "
+ assigned.get()
+ "; re-seeking to "
Expand Down

0 comments on commit 64891b3

Please sign in to comment.