parent
2575621e06
commit
b85a50b7b6
|
@ -33,6 +33,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
*/
|
||||
class KafkaPropertiesTests {
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
@Test
|
||||
void isolationLevelEnumConsistentWithKafkaVersion() {
|
||||
org.apache.kafka.common.IsolationLevel[] original = org.apache.kafka.common.IsolationLevel.values();
|
||||
|
|
Loading…
Reference in New Issue