Replies: 1 comment 2 replies
-
Hi @Perry45 , We have decided that we will support PlainText, but we will not support the generation of Random values from a text file. We will process the file and serialize the content to Kafka with org.apache.kafka.common.serialization.StringSerializer. We will open an issue #287 from this discussion and we will update our news over there. Thank you for rising this suggestion |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I just wanted to ask if there are any plans to support also PlainText without a Schema like PepperBox. KLoadGen is really great, but I have Topics with a Avro Schema and Topics without a Schema where I just want to utilize the org.apache.kafka.common.serialization.StringSerializer. In PepperBox I can just enter a PlainText (as json) and send it to the topic. So at the moment I have to include both tools for my tests.
It would be amazing if KLoadGen would also support that as well. Or did you intentionally choose not to support that?
Beta Was this translation helpful? Give feedback.
All reactions