Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@fhussonnois fhussonnois released this 05 Aug 21:15
· 6 commits to master since this release

New features

4b0308d feat(clients): make ConsumerTask/ProducerContainer Closeable (#5)
bc08568 feat(clients): allow to load configs from properties file (#4)
9ec26ee feat(clients): add new interface ConsumedErrorHandler (#1)
f54663c feat(tests): add TestingEmbeddedZookeeper/TestingEmbeddedKafka utility classes
eaf3354 feat(clients): add execute method to ConsumerTask (#2)
6e8b238 feat(clients): add new interface ProducerSendCallback

Improvements and Bug fixes

3aeafc2 refactor(clients): add new interface ConsumerBatchRecordsListener
4397d2c refactor(clients): extract interface from ConsumerTask

Examples

0dddc9a feat(examples): add example using transactional ProducerContainer (#3)
2dc3435 feat(clients): add examples for producer/consumer clients

Sub-Tasks

57e113f add maven-wrapper