Open Kilda Java Documentation
stress_test_2 Namespace Reference

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
 

Variable Documentation

◆ bootstrap_servers

string stress_test_2.bootstrap_servers = 'kafka.pendev:9092'

Definition at line 19 of file stress_test_2.py.

◆ i

int stress_test_2.i = 2

Definition at line 35 of file stress_test_2.py.

◆ MT_INFO

string stress_test_2.MT_INFO = "org.openkilda.messaging.info.InfoMessage"

Definition at line 24 of file stress_test_2.py.

◆ MT_ISL

string stress_test_2.MT_ISL = "org.openkilda.messaging.info.event.IslInfoData"

Definition at line 23 of file stress_test_2.py.

◆ MT_SWITCH

string stress_test_2.MT_SWITCH = "org.openkilda.messaging.info.event.SwitchInfoData"

Definition at line 22 of file stress_test_2.py.

◆ producer

stress_test_2.producer = KafkaProducer(bootstrap_servers=bootstrap_servers)

Definition at line 27 of file stress_test_2.py.

◆ topic

string stress_test_2.topic = 'kilda.topo.eng'

Definition at line 20 of file stress_test_2.py.