This release adds some new functionality requested during JOSS review.
It fixes some problems with tests that occurred because of an updated version of pylint, and improves the behavior of running CI tests locally and interactively with the "--no_kafka" flag (this improvement is also now checked in the CI/CD pipeline). It also adds some scripts for standing up a local broker to use in tests through Docker, and allows that local broker to be created and removed automatically with the "--local_broker" flag to the "run_all_tests.py" script. The documentation has been updated to reflect that new functionality, and the local broker is also included as an option in the documentation for the tutorials.