GH-191: Add Kafka Batch Mode Sample
Resolves https://github.com/spring-cloud/spring-cloud-stream-samples/issues/191
This commit is contained in:
committed by
Soby Chacko
parent
9337f5360d
commit
75fc53e815
@@ -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() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user