![]() |
Open Kilda Java Documentation
|
Variables | |
string | bootstrap_servers = 'kafka.pendev:9092' |
string | topic = 'kilda.topo.eng' |
string | MT_SWITCH = "org.openkilda.messaging.info.event.SwitchInfoData" |
string | MT_ISL = "org.openkilda.messaging.info.event.IslInfoData" |
string | MT_INFO = "org.openkilda.messaging.info.InfoMessage" |
producer = KafkaProducer(bootstrap_servers=bootstrap_servers) | |
int | i = 2 |
string stress_test_2.bootstrap_servers = 'kafka.pendev:9092' |
Definition at line 19 of file stress_test_2.py.
int stress_test_2.i = 2 |
Definition at line 35 of file stress_test_2.py.
string stress_test_2.MT_INFO = "org.openkilda.messaging.info.InfoMessage" |
Definition at line 24 of file stress_test_2.py.
string stress_test_2.MT_ISL = "org.openkilda.messaging.info.event.IslInfoData" |
Definition at line 23 of file stress_test_2.py.
string stress_test_2.MT_SWITCH = "org.openkilda.messaging.info.event.SwitchInfoData" |
Definition at line 22 of file stress_test_2.py.
stress_test_2.producer = KafkaProducer(bootstrap_servers=bootstrap_servers) |
Definition at line 27 of file stress_test_2.py.
string stress_test_2.topic = 'kilda.topo.eng' |
Definition at line 20 of file stress_test_2.py.