Trying to address a CI build failure
Related to replication-offset-checkpoint.tmp in inventory count kafka streams sample
This commit is contained in:
@@ -42,7 +42,8 @@ import org.springframework.kafka.test.utils.KafkaTestUtils;
|
||||
*
|
||||
* @author David Turanski
|
||||
*/
|
||||
@EmbeddedKafka(topics = KafkaStreamsInventoryCountTests.INPUT_TOPIC)
|
||||
@EmbeddedKafka(topics = KafkaStreamsInventoryCountTests.INPUT_TOPIC,
|
||||
brokerProperties = {"replica.high.watermark.checkpoint.interval.ms=100000000"})
|
||||
public class KafkaStreamsInventoryCountTests extends AbstractInventoryCountTests{
|
||||
|
||||
static final String INPUT_TOPIC = "inventory-update-events";
|
||||
|
||||
@@ -46,6 +46,7 @@ import org.springframework.kafka.test.utils.KafkaTestUtils;
|
||||
*/
|
||||
@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