Dead code removed
This commit is contained in:
parent
eb07782f4f
commit
8dcbb75031
1 changed files with 0 additions and 12 deletions
|
|
@ -140,7 +140,6 @@ public interface KCLAppConfig {
|
|||
}
|
||||
|
||||
default ConfigsBuilder getConfigsBuilder() throws IOException, URISyntaxException {
|
||||
// return getConfigsBuilder("");
|
||||
final String workerId = getWorkerId();
|
||||
if (getStreamArn() == null) {
|
||||
return new ConfigsBuilder(getStreamName(), getApplicationName(), buildConsumerClient(), buildAsyncDynamoDbClient(),
|
||||
|
|
@ -151,17 +150,6 @@ public interface KCLAppConfig {
|
|||
}
|
||||
}
|
||||
|
||||
// default ConfigsBuilder getConfigsBuilder(String workerIdSuffix) throws IOException, URISyntaxException {
|
||||
// final String workerId = getWorkerId() + workerIdSuffix;
|
||||
// if (getStreamArn() == null) {
|
||||
// return new ConfigsBuilder(getStreamName(), getApplicationName(), buildConsumerClient(), buildAsyncDynamoDbClient(),
|
||||
// buildAsyncCloudWatchClient(), workerId, getShardRecordProcessorFactory());
|
||||
// } else {
|
||||
// return new ConfigsBuilder(Arn.fromString(getStreamArn()), getApplicationName(), buildConsumerClient(), buildAsyncDynamoDbClient(),
|
||||
// buildAsyncCloudWatchClient(), workerId, getShardRecordProcessorFactory());
|
||||
// }
|
||||
// }
|
||||
|
||||
RetrievalConfig getRetrievalConfig() throws IOException, URISyntaxException;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue