openzipkin / zipkin-aws

Reporters and collectors for use in Amazon's cloud
Apache License 2.0
69 stars 34 forks source link

Adds SQS Sender implementation using AWS V2 SDK #141

Closed llinder closed 5 years ago

llinder commented 5 years ago

Package and artifact names updated. I also snuck in an asynchronous variant of the sender. I suspect that projects already using the V2 SDK will likely use the netty async client unless they have specific needs to avoid netty, in which case they can use the synchronous client instead and optionally remove the apache http client in favor of the urlconnection client if desired.

Unless anyone else chimes in with feedback, I will plan on merging this in the next 8 hours or so.