This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
0.3.4
We should add a changelog.
-
Protocol.publish
now accepts avalidation_exception_callback
argument to.publish
which is called when handling validation errors. You can use it to public validation errors to another topic, or do other useful custom logic with them. -
Protocol.subscriber
now accepts acreate_topic
argument which will create the topic if it doesn't exist