jr icon indicating copy to clipboard operation
jr copied to clipboard

JR: streaming quality random data from the command line

Results 19 jr issues
Sort by recently updated
recently updated
newest added

make JR a distributed tool.

An Avro schema names that starts with map or array brakes the compile, eg.. ``` { "type" : "record", "namespace" : "", "name" : "map_of_my_city", "fields" : [...] } {...

bug

An Avro schema with underscores in the name of record brakes the compile, eg: ``` { "type" : "record", "namespace" : "", "name" : "my_name", "fields" : [...] } ```...

bug

Set librdkafka properties on the command line, like kcat

enhancement
future

To simplify management of installer scripts., we should have two different directories for OOTB (i.e. system) templates and user templates. At the moment it's a single dir and that generates...