You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`simulatorMode`| The desired simulator mode to use, it can be either `PUBLISHER` or `CONSUMER`. |`PUBLISHER`|
19
-
|`lastKnownStatusesCapacity`| The store capacity for the last known statuses. |`10`|
20
-
|`delayBetweenBlockItems`| The delay between each block item in nanoseconds, only applicable when streamingMode=CONSTANT_RATE |`1_500_000`|
21
-
|`maxBlockItemsToStream`| The maximum number of block items to stream before stopping |`100_000`|
22
-
|`streamingMode`| Can either be `CONSTANT_RATE` or `MILLIS_PER_BLOCK`|`CONSTANT_RATE`|
23
-
|`millisecondsPerBlock`| If streamingMode is `MILLIS_PER_BLOCK` this will be the time to wait between blocks in milliseconds |`1_000`|
24
-
|`blockItemsBatchSize`| The number of block items to send in a single batch, however if a block has less block items, it will send all the items in a block |`1_000`|
25
-
|`midBlockFailType`| The type of failure to occur while streaming. It can be `NONE`, `ABRUPT` or `EOS`|`NONE`|
26
-
|`midBlockFailOffset`| The index where the failure will occur, only applicable if midBlockFailType is not `NONE`|`0`|
|`simulatorMode`| The desired simulator mode to use, it can be either `PUBLISHER` or `CONSUMER`. |`PUBLISHER`|
19
+
|`lastKnownStatusesCapacity`| The store capacity for the last known statuses. |`10`|
20
+
|`delayBetweenBlockItems`| The delay between each block item in nanoseconds, only applicable when streamingMode=CONSTANT_RATE |`1_500_000`|
21
+
|`maxBlockItemsToStream`| The maximum number of block items to stream before stopping |`100_000`|
22
+
|`streamingMode`| Can either be `CONSTANT_RATE` or `MILLIS_PER_BLOCK`|`CONSTANT_RATE`|
23
+
|`millisecondsPerBlock`| If streamingMode is `MILLIS_PER_BLOCK` this will be the time to wait between blocks in milliseconds |`1_000`|
24
+
|`blockItemsBatchSize`| The number of block items to send in a single batch, however if a block has less block items, it will send all the items in a block |`1_000`|
25
+
|`midBlockFailType`| The type of failure to occur while streaming. It can be `NONE`, `ABRUPT` or `EOS`|`NONE`|
26
+
|`midBlockFailOffset`| The index where the failure will occur, only applicable if midBlockFailType is not `NONE`|`0`|
27
27
28
28
## BlockGeneratorConfig
29
29
30
30
Uses the prefix `generator` so all properties should start with `generator.`
|`generationMode`| The desired generation Mode to use, it can only be `DIR` or `CRAFT`|`DIR`|
35
-
|`minEventsPerBlock`| The minimum number of events per block |`1`|
36
-
|`maxEventsPerBlock`| The maximum number of events per block |`10`|
37
-
|`minTransactionsPerEvent`| The minimum number of transactions per event |`1`|
38
-
|`maxTransactionsPerEvent`| The maximum number of transactions per event |`10`|
39
-
|`folderRootPath`| If the generationMode is `DIR` this will be used as the source of the recording to stream to the Block-Node |`` |
40
-
|`managerImplementation`| The desired implementation of the BlockStreamManager to use, it can only be `BlockAsDirBlockStreamManager`, `BlockAsFileBlockStreamManager` or `BlockAsFileLargeDataSets`|`BlockAsFileBlockStreamManager`|
41
-
|`paddedLength`| On the `BlockAsFileLargeDataSets` implementation, the length of the padded left zeroes `000001.blk.gz`|`36`|
42
-
|`fileExtension`| On the `BlockAsFileLargeDataSets` implementation, the extension of the files to be streamed |`.blk.gz`|
43
-
|`startBlockNumber`| The block number to start streaming from |`0`|
44
-
|`endBlockNumber`| The block number to stop streaming at |`-1`|
45
-
|`invalidBlockHash`| If set to true, will send invalid block root hash |`false`|
|`generationMode`| The desired generation Mode to use, it can only be `DIR` or `CRAFT`|`DIR`|
35
+
|`minEventsPerBlock`| The minimum number of events per block |`1`|
36
+
|`maxEventsPerBlock`| The maximum number of events per block |`10`|
37
+
|`minTransactionsPerEvent`| The minimum number of transactions per event |`1`|
38
+
|`maxTransactionsPerEvent`| The maximum number of transactions per event |`10`|
39
+
|`folderRootPath`| If the generationMode is `DIR` this will be used as the source of the recording to stream to the Block-Node | `` |
40
+
|`managerImplementation`| The desired implementation of the BlockStreamManager to use, it can only be `BlockAsDirBlockStreamManager`, `BlockAsFileBlockStreamManager` or `BlockAsFileLargeDataSets`|`BlockAsFileBlockStreamManager`|
41
+
|`paddedLength`| On the `BlockAsFileLargeDataSets` implementation, the length of the padded left zeroes `000001.blk.gz`|`36`|
42
+
|`fileExtension`| On the `BlockAsFileLargeDataSets` implementation, the extension of the files to be streamed |`.blk.gz`|
43
+
|`startBlockNumber`| The block number to start streaming from |`0`|
44
+
|`endBlockNumber`| The block number to stop streaming at |`-1`|
45
+
|`invalidBlockHash`| If set to true, will send invalid block root hash |`false`|
46
46
47
47
## SimulatorStartupDataConfig
48
48
49
49
Uses the prefix `simulator.startup.data` so all properties should start with `simulator.startup.data.`
0 commit comments