Removing the watermark property added earlier

This commit is contained in:
Soby Chacko
2019-11-08 14:59:15 -05:00
parent f29ce89a27
commit 3f3337d09f
2 changed files with 1 additions and 3 deletions
@@ -43,8 +43,7 @@ import org.springframework.test.annotation.DirtiesContext;
*
* @author David Turanski
*/
@EmbeddedKafka(topics = KafkaStreamsInventoryCountTests.INPUT_TOPIC,
brokerProperties = {"replica.high.watermark.checkpoint.interval.ms=100000000"})
@EmbeddedKafka(topics = KafkaStreamsInventoryCountTests.INPUT_TOPIC)
@DirtiesContext
public class KafkaStreamsInventoryCountTests extends AbstractInventoryCountTests{
@@ -47,7 +47,6 @@ import org.springframework.test.annotation.DirtiesContext;
*/
@EmbeddedKafka(
bootstrapServersProperty = "spring.kafka.bootstrap-servers",
brokerProperties = {"replica.high.watermark.checkpoint.interval.ms=100000000"},
topics = {
SpringBootKafkaStreamsInventoryCountTests.INPUT_TOPIC
})