spring-attic / spring-integration-kafka

Apache License 2.0
325 stars 179 forks source link

Changes for compatibility with Spring Kafka 2.3 #216

Closed garyrussell closed 5 years ago

garyrussell commented 5 years ago

Also remove test for bad partition in DSL tests - the send now gives an error about the topic not being present in metadata instead of "not in range".

Use sync for publishing in DSL tests, to fail fast.