Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ctring committed Jul 19, 2023
1 parent bab4c56 commit fea3ae9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1123
1.0.1124
18 changes: 14 additions & 4 deletions examples/cluster.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,22 @@ regions: {
}
broker_ports: 2020
server_port: 2021

simple_partitioning {
num_records: 1000
record_size_bytes: 10
}

forwarder_port: 2022
bypass_mh_orderer: true
fs_latency_interval: 200
avg_latency_window_size: 10
synchronized_batching: true
timestamp_buffer_us: 2000
num_log_managers: 2
sequencer_port: 2023
ddr_interval: 100
num_partitions: 2
num_workers: 3

sequencer_batch_duration: 5
simple_partitioning {
num_records: 1000
record_size_bytes: 10
}
14 changes: 10 additions & 4 deletions examples/single.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@ protocol: "ipc"
regions: {
addresses: "/tmp/slog"
}
simple_partitioning {
num_records: 1000
record_size_bytes: 10
}
broker_ports: 0
server_port: 2021
sequencer_port: 2023
forwarder_port: 2024
bypass_mh_orderer: true
fs_latency_interval: 200
avg_latency_window_size: 10
synchronized_batching: true
timestamp_buffer_us: 2000
ddr_interval: 100
num_partitions: 1
num_workers: 3
sequencer_batch_duration: 5
simple_partitioning {
num_records: 1000
record_size_bytes: 10
}

0 comments on commit fea3ae9

Please sign in to comment.