autumnust commented on a change in pull request #2795: GOBBLIN-945: Refactor 
Kafka extractor statistics tracking to allow co…
URL: https://github.com/apache/incubator-gobblin/pull/2795#discussion_r342726471
 
 

 ##########
 File path: 
gobblin-modules/gobblin-kafka-common/src/main/java/org/apache/gobblin/source/extractor/extract/kafka/KafkaPartition.java
 ##########
 @@ -31,6 +31,7 @@
   private final int id;
   private final String topicName;
   private KafkaLeader leader;
+  private int hashCode;
 
 Review comment:
   Can you use auto-generated `hashCode` using IDE instead ? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to