jerrypeng opened a new pull request #3203: improve datagenerator source
URL: https://github.com/apache/pulsar/pull/3203
 
 
   ### Motivation
   
   Currently, data generator from the datagenerator source cannot be 
deserialized because the library we are using to generate data, i.e. JFairy, 
have classes that do not have default constructors which makes deserializing 
thoses POJOs impossible with avro or jackson (json).
   
   I have created "wrapper" classes with default constructors so that 
deserialization is possible. 
   
   I also created a print sink for the datagenerator source to print the data 
generated.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to