Use Titan CC Avro Records in UC App and Workload Generator
Compare changes
Files
7- Björn Vonheiden authored
Replace the kieker records with the avro records from titan. Further use the builder pattern in the KafkaRecordSender to enable creation with different parameters.
@@ -2,7 +2,7 @@ package theodolite.commons.workloadgeneration.communication.kafka;
@@ -10,14 +10,14 @@ import org.apache.kafka.common.serialization.StringSerializer;
@@ -29,40 +29,74 @@ public class KafkaRecordSender<T extends IMonitoringRecord> implements Transport