You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application receives access denieds or creates unexpected table naming
KCL uses the consumer name for the new CoordinatorState and WorkerMetricStats tables
Suggested Solution:
Use overwriten table name for lease table aswell as for the new KCL 3.0 table names
The text was updated successfully, but these errors were encountered:
saefty
changed the title
KCL 3.0 uses consumerName instead of tableName as a prefix for -CoordinatorState and WorkerMetricStats ddb tables
KCL 3.0 uses consumerName instead of tableName as a prefix for -CoordinatorState and -WorkerMetricStats ddb tables
Jan 20, 2025
Description:
KCL allows to configure the table name of the lease table as mentioned here
https://docs.aws.amazon.com/streams/latest/dev/kcl-dynamoDB.html
Example from https://repost.aws/knowledge-center/kinesis-kcl-apps-dynamodb-table
ConfigsBuilder configsBuilder = new ConfigsBuilder(...).tableName(<table_name>); // KCL 2.x
Problem:
CoordinatorState
andWorkerMetricStats
tablesSuggested Solution:
The text was updated successfully, but these errors were encountered: