mblesak commented on issue #13593:
URL: https://github.com/apache/iceberg/issues/13593#issuecomment-3116937406

   @kumarpritam863, I do not have explanation why exception:
   ```
   java.lang.NullPointerException: Cannot invoke "Object.getClass()" because 
"context" is null
   at 
org.apache.iceberg.connect.channel.KafkaUtils.kafkaConsumer(KafkaUtils.java:89)
   at 
org.apache.iceberg.connect.channel.KafkaUtils.seekToLastCommittedOffsets(KafkaUtils.java:61)
   at 
org.apache.iceberg.connect.channel.CommitterImpl.close(CommitterImpl.java:141)
   ```
   
    is happening (and _context_ pass over 
_committer.close(context.assignment());_) but I'm pretty sure that we have 
observed it with only change in method: CommitterImpl.close()
   
   
https://github.com/mblesak/iceberg/blob/6fe280b93f8b73407a638de99303149de3812fa4/kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/channel/CommitterImpl.java#L141
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to