package kafka
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
RecordFormatter extends Serializable
It is interface for bi-directional conversion between Kafka record and TestRecord.
It is interface for bi-directional conversion between Kafka record and TestRecord. It is used when data stored on topic aren't in human readable format and you need to add extra step in generation of test data and in reading of these data.
- trait RecordFormatterBaseTestDataGenerator extends TestDataGenerator
- trait RecordFormatterFactory extends Serializable
Value Members
- object BasicRecordFormatter extends RecordFormatter
- object KafkaComponentsUtils extends KafkaUtils
- object KafkaFactory
- object RecordFormatterFactory extends Serializable