Commit f298324
committed
Add Spring Integration support with KCL
* Provide a `KclMessageDrivenChannelAdapter` - the `MessageProducer` implementation
to consume data from Kinesis stream using KCL API internally
* Reorder `spring-cloud-aws-kinesis` dependencies, since KPL wants a higher `protobuf-java`
version than KCL provides
* Mark `KplKclIntegrationTests` as `@DisabledOnOs(OS.WINDOWS)` since KPL does not provide Windows native library anymore
* Add `spring-cloud-aws-starter-integration-kinesis-client`
* Document the feature1 parent 25ce6ed commit f298324
File tree
10 files changed
+1492
-2
lines changed- docs/src/main/asciidoc
- spring-cloud-aws-dependencies
- spring-cloud-aws-kinesis
- src
- main/java/io/awspring/cloud/kinesis/integration
- test/java/io/awspring/cloud/kinesis
- integration
- spring-cloud-aws-starters/spring-cloud-aws-starter-integration-kinesis-client
10 files changed
+1492
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
151 | 182 | | |
152 | 183 | | |
153 | 184 | | |
154 | 185 | | |
155 | 186 | | |
| 187 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments