Skip to content

Commit

Permalink
feat(kinesis): Updates KinesisStreamRecordSender.java (#3610)
Browse files Browse the repository at this point in the history
Makes KinesisStreamRecordSender public in order to allow for greater customization when initializing AmazonKinesisClient and KinesisRecorder.

Co-authored-by: Michael Law <[email protected]>
  • Loading branch information
MikeMayer and lawmicha authored Jul 18, 2024
1 parent 0dcd26b commit c2129a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/**
* A implementation of {@link RecordSender} for Amazon Kinesis.
*/
class KinesisStreamRecordSender implements RecordSender {
public class KinesisStreamRecordSender implements RecordSender {

private final AmazonKinesis client;
private final String userAgent;
Expand Down

0 comments on commit c2129a6

Please sign in to comment.