polishing

This commit is contained in:
Soby Chacko
2019-01-17 17:42:04 -05:00
parent e6cf1085a6
commit 5eebba3e9d

View File

@@ -76,7 +76,7 @@ public class KafkaStreamsWordCountApplicationTests {
}
@Test
public void testKstreamWordCountWithApplicationIdSpecifiedAtDefaultConsumer() throws Exception {
public void testKafkaStreamsWordCountProcessor() throws Exception {
Map<String, Object> senderProps = KafkaTestUtils.producerProps(embeddedKafka);
DefaultKafkaProducerFactory<Integer, String> pf = new DefaultKafkaProducerFactory<>(senderProps);
try {