Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Dec 30, 2024
1 parent 3a901de commit 1961a53
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,6 @@ private static void writeToKinesis(PCollection<KV<byte[], byte[]>> collection) {
KinesisIO.<byte[]>write()
.withStreamName(options.getKinesisStreamName())
.withPartitioner(p -> options.getKinesisPartitionKey())
// .withPartitionKey(options.getKinesisPartitionKey())
// .withAWSClientsProvider(
// options.getKinesisAwsKey(),
// options.getKinesisAwsSecret(),
// Regions.fromName(options.getKinesisAwsRegion())
// ));
.withClientConfiguration(
ClientConfiguration.builder()
.credentialsProvider(provider)
Expand Down

0 comments on commit 1961a53

Please sign in to comment.