awslabs / amazon-kinesis-client-ruby

A Ruby interface for the Amazon Kinesis Client Library. Allows developers to easily create robust application to process Amazon Kinesis streams in Ruby.
Apache License 2.0
146 stars 55 forks source link

Community contributions? #76

Open erikbelusic opened 1 year ago

erikbelusic commented 1 year ago

Do you accept community contributions? If so, are there guidelines?

I have started using this, and we have had the need to subclass and overwrite a private method in KCLProcess for catchall error reporting. I was thinking of writing a PR to upstream a hook to allow for a callable error handler globally.

Would you accept such a contribution?