GH-191: Add Kafka Batch Mode Sample

Resolves https://github.com/spring-cloud/spring-cloud-stream-samples/issues/191
This commit is contained in:
Gary Russell
2020-09-08 15:23:28 -04:00
committed by Soby Chacko
parent 9337f5360d
commit 75fc53e815
13 changed files with 902 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class KafkaBatchSampleApplicationTests {
@Test
void contextLoads() {
}
}