mhart / kinesalite

An implementation of Amazon's Kinesis built on LevelDB
MIT License
810 stars 86 forks source link

Permit colon character in Kinesis tag keys and values #106

Closed jmweir closed 10 months ago

jmweir commented 4 years ago

In spite of the AWS Kinesis documentation stating the contrary (https://docs.aws.amazon.com/streams/latest/dev/tagging.html#tagging-restrictions), AWS permits tags with colon in either key or value. This is a proposal to add support for colons.

Addresses https://github.com/mhart/kinesalite/issues/107