When I execute the tests suite I'm getting this error, not always and the tests doesn't fail. But is weird java.lang.NullPointerException: Inflater has been closed at ...
org.apache.kafka.connect.errors.ConnectException: java.lang.NullPointerException at org.apache.kafka.connect.runtime.ConnectorConfig.transformations (ConnectorConfig.java:264) ...
Java 14に追加された新機能の1つに、JEP 358として提案された「Helpful NullPointerExceptions」がある。日本語にすると「親切なNullPointerExceptions」で、簡単に言ってしまえばNullPointerException発生時に出力されるメッセージがわかりやすくなるというものだ ...