bluesky / bluesky-kafka

Kafka integration for bluesky
Other
5 stars 10 forks source link

Change BlueskyKafkaException base class to Exception #39

Closed jklynch closed 2 years ago

jklynch commented 2 years ago

This PR changes the BlueskyKafkaException base class from BaseException to Exception.

The reason for this change is to give the BlueskyKafkaException more correct behavior as an exception raised by "user" code rather than "system" code. This change was prompted by unintended behavior of BlueskyKafkaException in python 3.7 code using asyncio.