DBZ-2054 Fix compatibility regression with Kafka 1.x

This commit is contained in:
Chris Cranford 2020-05-06 12:07:03 -04:00 committed by Gunnar Morling
parent 0a58399b46
commit 1c965e647a

View File

@ -737,7 +737,8 @@ public OffsetStorageReader offsetStorageReader() {
return offsetReader;
}
@Override
// Purposely not marking this method with @Override as it was introduced in Kafka 2.x
// and otherwise would break builds based on Kafka 1.x
public Map<String, String> configs() {
// TODO Auto-generated method stub
return null;