Binary compatibility report for the dropwizard-kafka library between 1.3.12-3 and 1.3.13-1 versions

Test Info


Library Namedropwizard-kafka
Version #11.3.12-3
Version #21.3.13-1

Test Results


Total Java Modules1
Total Methods / Classes250 / 42
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-10
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-5

Added Methods  10 


dropwizard-kafka-1.3.13-1.jar, KafkaClientFactory.class
package io.dropwizard.kafka
KafkaClientFactory.getClientDNSLookup ( )  :  Optional<String>
KafkaClientFactory.getClientId ( )  :  Optional<String>
KafkaClientFactory.setClientDNSLookup ( Optional<String> clientDNSLookup )  :  void
KafkaClientFactory.setClientId ( Optional<String> clientId )  :  void

dropwizard-kafka-1.3.13-1.jar, KafkaProducerFactory.class
package io.dropwizard.kafka
KafkaProducerFactory<K,V>.getLinger ( )  :  Duration
KafkaProducerFactory<K,V>.getRequestTimeout ( )  :  Duration
KafkaProducerFactory<K,V>.isEnableIdempotence ( )  :  boolean
KafkaProducerFactory<K,V>.setEnableIdempotence ( boolean enableIdempotence )  :  void
KafkaProducerFactory<K,V>.setLinger ( Duration linger )  :  void
KafkaProducerFactory<K,V>.setRequestTimeout ( Duration requestTimeout )  :  void

to the top

Other Changes in Data Types  5 


dropwizard-kafka-1.3.12-3.jar
package io.dropwizard.kafka
[+] class KafkaClientFactory  2 
[+] class KafkaProducerFactory<K,V>  3 

to the top

Java Archives  1 


dropwizard-kafka-1.3.12-3.jar

to the top