mirror of
https://github.com/wahyd4/spring-cloud-stream-samples.git
synced 2026-08-09 05:16:18 +10:00
Removing the watermark property added earlier
This commit is contained in:
+1
-2
@@ -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{
|
||||
|
||||
|
||||
-1
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user