Commit graph

11 commits

Author SHA1 Message Date
Ryan Pelaez
985704a5ea Updated region validation in multilang to be more readible 2023-06-19 15:02:16 -07:00
Ryan Pelaez
928a102ade Updated StreamArn in multilang to only replace streamName (not region as well). Also updated unit tests and added Region validation 2023-06-19 14:58:39 -07:00
Ryan Pelaez
fb84a35e9e reverted spacing change 2023-06-19 13:38:41 -07:00
Ryan Pelaez
f212e66542 Updated exception wording for region validation in StreamArn to be more consistent with other error messages 2023-06-14 18:18:59 -07:00
Ryan Pelaez
a3d10bf702 Updated arn import to use software.amzon instead of com.amazonaws, also updated unit tests to be more explicit with the expected exceptions 2023-06-14 17:26:27 -07:00
Ryan Pelaez
d2fe79112e Updated multilang to support streamArn 2023-06-14 16:46:50 -07:00
kevin
6e0cbb905d Allow InitialPositionInStreamExtended to be specified in properties file
E.g. initialPositionInStreamExtended = 1617305352
2021-04-05 12:07:30 -07:00
Eric Meisel
3e32ff1906 Fix for #475 2020-01-16 08:37:10 -08:00
awslankakamal
6c64055d9b Updating license to Apache License 2.0 (#523) 2019-04-05 15:25:09 -07:00
Tony Wang
d79691cb3f fix wrong parameter order for session creds (#486) 2019-01-28 07:17:24 -08:00
Sahil Palvia
03c15eb275
Introducing MultiLangDaemon support: (#483)
* Introducing MultiLangDaemon support for Enhanced Fan-Out.
* MultiLangDaemon now supports the following command line options.
  * `--properties-file`: Properties file that the KCL should use to set up the Scheduler.
  * `--log-configuration`: logback.xml that the KCL should use for logging.
* Updated AWS SDK dependency to 2.2.0.
* MultiLangDaemon now uses logback for logging.
2019-01-14 17:35:35 -08:00