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
Greetings, great to see some activity in this area.
I was wondering if it would be possible to document the advantages or differences of this project to the https://github.com/llofberg/kafka-connect-aws-lambda (which has been around for a bit). There's clearly a bit of extra handling in LambdaSInkTask in this library, but its not particularly clear how big that advantage is, or whether its use case specific.
Cheers
The text was updated successfully, but these errors were encountered:
The Connector you are referring to has some very nice things about it, including the different choices of payload converter.
When @juanluispachecor began this project, we were unaware of the other Connector. Our concerns have been around handling invocation errors and batching payloads together. We still have some work to do here, but we think batching is the correct way to go when there's considerable throughput to handle.
Greetings, great to see some activity in this area.
I was wondering if it would be possible to document the advantages or differences of this project to the https://github.com/llofberg/kafka-connect-aws-lambda (which has been around for a bit). There's clearly a bit of extra handling in LambdaSInkTask in this library, but its not particularly clear how big that advantage is, or whether its use case specific.
Cheers
The text was updated successfully, but these errors were encountered: