Does not close the appender.
190191192193194195196197198199200
getBody(event).endsWith("Success")); transaction.commit(); transaction.close(); eventSource.stop(); eventLogger.removeAppender(avroAppender); avroAppender.stop(); } @Test public void testMultiple() throws InterruptedException, IOException {