-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
Damn, I guess I'll have to take a closer look at the integration tests… |
Okay, without the upgrade of |
@markglh would you take a look? |
@@ -216,6 +216,15 @@ class ConsumerConfSpec | |||
| # Default: not set | |||
| logWarningForTaskAfterMillis = 100 | |||
| | |||
| # The sleep time between two listShards calls from the proxy when throttled. | |||
| # Default: 1500 | |||
| listShardsBackoffTimeInMillis = 1500 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably add these to the reference.conf in main for visibility
Hey @JannikArndt - apologies for the delay, I didn't get notified about the PR. The KCL upgrade includes the new 2.x Core DK which conflicts with the KPL. So we need to split it into modules to get around that. The KPL team are really slow to update. Would you mind addressing @agaro1121's comment then I'll merge this in? |
Got a request to merge this from @etspaceman - so I'll do that and we can push the fix in a new PR |
This updates
sbt
1.1.1 -> 1.2.8scala
2.12.5 -> 2.12.8jackson
2.9.4 -> 2.9.8akka
2.5.11 -> 2.5.19(broke, reverted)amazon-kinesis-client
1.8.10 -> 1.9.3amazon-kinesis-producer
0.12.8 -> 0.12.11scala-logging
3.8.0 -> 3.9.0Note: KCL has two new fields:
listShardsBackoffTimeInMillis
maxListShardsRetryAttempts