*
* @throws {@link IOException}, {@link KeeperException}
*/
@Test
public void testStreamingClients() throws IOException, KeeperException, BKException, InterruptedException {
bkc = new BookKeeper("127.0.0.1");
lh = bkc.createLedger(digestType, ledgerPassword);
// write a string so that we cna
// create a buffer of a single bytes
// and check for corner cases
String toWrite = "we need to check for this string to match " + "and for the record mahadev is the best";