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
If a developer using Boto3 is to use the deaggregate_records from deaggregator.py then they would need to be able to pass a parameter 'data_format='Boto3' since there is no way for the later called iter_deaggregate_records() to know about its format.
Versions
Python 3.8.6
aws_kinesis_agg 1.1.6
Referencing
kinesis-aggregation/python/aws_kinesis_agg/deaggregator.py
Line 173 in 398fbd4
kinesis-aggregation/python/aws_kinesis_agg/deaggregator.py
Line 185 in 398fbd4
Recommended Changes
If a developer using Boto3 is to use the deaggregate_records from deaggregator.py then they would need to be able to pass a parameter 'data_format='Boto3' since there is no way for the later called
iter_deaggregate_records()
to know about its format.Referencing Function Definition
kinesis-aggregation/python/aws_kinesis_agg/deaggregator.py
Lines 173 to 186 in 398fbd4
The text was updated successfully, but these errors were encountered: