Commit Graph

6 Commits

Author SHA1 Message Date
Soby Chacko
46d7567a77 INTEXT-104: Kafka: order for o-channel-adapter
JIRA: https://jira.spring.io/browse/INTEXT-104

`order` attribute now honored if kafka outbound adapter is connected to a subscribable channel
unit tests and samples are updated

Polishing: use `<xsd:attributeGroup ref="integration:channelAdapterAttributes"/>` for adapter tags to cover `SmartLifecycle` options.
2014-07-24 10:43:07 +03:00
Soby Chacko
07d45d69c1 INTEXT-110: Update Kafka version to 0.8.1.1
JIRA: https://jira.spring.io/browse/INTEXT-110

Perform the necessary API Changes (Partioner interface in Kafka is now non-genericized for Keys - concrete Object is the new type for Key)
Unit test updates for an internal Kafka class (MessageMetadata)
Updates for the samples Kafka project to use the new M2 snapshot, Spring 4.0 Messaging changes, other build related minor changes, etc.
2014-07-22 18:00:29 +03:00
Rajasekar Elango
b4a51d4cf5 INTEXT-92 Kafka: Add support for specifying any producer/consumer property
* Update README.md for producer and consumer properties usage
2013-11-19 17:12:13 -05:00
Rajasekar Elango
3e7b7d1331 INTEXT-77 Add Kafka topic filter support for producer + consumer
* Add tests
* Add samples
* Update readme

Jira: https://jira.springsource.org/browse/INTEXT-77
2013-10-28 17:06:52 -04:00
Soby Chacko
b28bf4b06c INTEXT-84 Kafka: Enhance Avro serialization support 2013-08-01 16:20:24 -04:00
Soby Chacko
e46cbfdcb4 INTEXT-44 - Add Kafka Support
* Add Inbound adapter
* Add Outbound adapter
* Add serialization
* Initial Documentation
* Add unit tests
* Add async producer
* Support Kafka 0.8
* Add Kafka Sample

See: https://jira.springsource.org/browse/INTEXT-44
2013-06-03 00:15:01 -04:00