Author: Patrick Hunt (follow me on twitter)
This project fuzzes avro by generating a schema and then using it to perform RPCs.
From the official site: “ZooKeeper is a high-performance coordination service for distributed applications.”
It exposes common services – such as naming, configuration management, synchronization, and group services – in a simple interface so you don’t have to write them from scratch. You can use it off-the-shelf to implement consensus, group management, leader election, and presence protocols.
This project is licensed under the Apache License Version 2.0
There are two main components, the fuzzer and the tester. The fuzzer generates schemas, the tester validates the schema, noting any failures (RPC inputs, schema that failed, error, etc…).