Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantmane committed Jan 22, 2025
1 parent 8d2135a commit 8846302
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ public class KafkaInputSplit implements InputSplit {
private long startingOffset;
private long endingOffset;
private PubSubTopicPartition topicPartition;
private PubSubTopicRepository topicRepository;
private final PubSubTopicRepository topicRepository;

/**
* Nullary Constructor for creating the instance inside the Mapper instance.
*/
public KafkaInputSplit() {
topicRepository = new PubSubTopicRepository();
}

/**
Expand Down

0 comments on commit 8846302

Please sign in to comment.