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
I'm using aws-fluent-plugin-kinesis on production to send our csv log to Kinesis Data Streams. I would like to change the log format to a more efficient format like avro. However, AWS Glue Schema Registry integration isn't supported yet. Manually manage avro schema on both producer and consumer side will increase system operating cost.
I understand AWS Glue Schema and Kinesis Producer Library integration only support Java now. However, does aws-fluent-plugin-kinesis have any plan or roadmap to support AWS Glue Schema Registry integration?
The text was updated successfully, but these errors were encountered:
I'm using aws-fluent-plugin-kinesis on production to send our csv log to Kinesis Data Streams. I would like to change the log format to a more efficient format like avro. However, AWS Glue Schema Registry integration isn't supported yet. Manually manage avro schema on both producer and consumer side will increase system operating cost.
I understand AWS Glue Schema and Kinesis Producer Library integration only support Java now. However, does aws-fluent-plugin-kinesis have any plan or roadmap to support AWS Glue Schema Registry integration?
The text was updated successfully, but these errors were encountered: