Fixing comment

This commit is contained in:
Meher Mankikar 2023-06-16 16:27:37 -07:00
parent 74a74c3a00
commit ae42e96e55

View file

@ -35,13 +35,12 @@ import java.util.Optional;
/** /**
* Default configuration for a producer or consumer used in integration tests. * Default configuration for a producer or consumer used in integration tests.
* Producer: puts records of size 60 KB at an interval of 100 ms * Producer: puts records of size 60 KB at an interval of 100 ms
* Consumer: streaming configuration (vs polling) that starts processing records put on the shard 5 minutes before * Consumer: streaming configuration (vs polling) that starts processing records at shard horizon
* the start of the test
*/ */
public abstract class KCLAppConfig { public abstract class KCLAppConfig {
/** /**
* Name used for test stream and DDB table * Name used for test stream and lease tracker table
*/ */
public abstract String getStreamName(); public abstract String getStreamName();