vrozov commented on PR #52630: URL: https://github.com/apache/spark/pull/52630#issuecomment-3408930161
@dongjoon-hyun `amazon-kinesis-client` is a wrapper on top of AWS Java SDK, it is still a separate library. See https://github.com/awslabs/amazon-kinesis-client. Similar for `amazon-kinesis-producer` https://github.com/awslabs/amazon-kinesis-producer. I suggest to keep `amazon-kinesis-client` at 1.x (for any backward compatibility issues) and see later how it can be upgraded to the latest version (possibly using different profiles). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
