Fixing comment
This commit is contained in:
parent
74a74c3a00
commit
ae42e96e55
1 changed files with 2 additions and 3 deletions
|
|
@ -35,13 +35,12 @@ import java.util.Optional;
|
|||
/**
|
||||
* Default configuration for a producer or consumer used in integration tests.
|
||||
* 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
|
||||
* the start of the test
|
||||
* Consumer: streaming configuration (vs polling) that starts processing records at shard horizon
|
||||
*/
|
||||
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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue