Commit graph

11 commits

Author SHA1 Message Date
Ryan Pelaez
ba15dfb98e Cleaned up unit tests for multilang daemon 2023-06-12 16:56:02 -07:00
Ryan Pelaez
6a715efb89 Updated multilang daemon to parse RegionName from StreamArn if passed in properties 2023-06-12 16:51:38 -07:00
Ryan Pelaez
7ba4efb1d1 Updated multilang to use stream name over stream arn if both are passed in 2023-06-12 09:11:13 -07:00
Ryan Pelaez
3d71e0868e Updated multilang daemon to support 'StreamArn' as a property to parse Stream name from' 2023-06-09 16:28:38 -07:00
kevin
afee84d7da Add more unit tests for exception cases 2021-05-10 13:48:37 -07:00
kevin
362e086d5d Create shared timestamp for testWithInitialPositionInStreamExtended 2021-05-10 10:51:13 -07:00
kevin
6e0cbb905d Allow InitialPositionInStreamExtended to be specified in properties file
E.g. initialPositionInStreamExtended = 1617305352
2021-04-05 12:07:30 -07:00
Joshua Kim
0c5042dadf
Release v2.13.0 (#736) 2020-08-17 18:50:19 -04:00
awslankakamal
6c64055d9b Updating license to Apache License 2.0 (#523) 2019-04-05 15:25:09 -07:00
Justin Pfifer
a15713911c Set the region for test runs (#488)
The AWS SDK depends on being able to find which region it should
operate in.  In many cases this is either explicitly set or retrieved
from a variety of sources.  For these test cases we don't actually
care what the region. To ensure that the tests operate as expected the
region is set before the test runs, and reset upon completion.
2019-01-29 18:53:54 -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