lsst-uk / ARCHIVE-lasair-lsst

Alert ingest and processing components for Lasair-LSST
Apache License 2.0
1 stars 0 forks source link

Check KafkaErrors are marked fatal before giving up #87

Closed gpfrancis closed 3 years ago

gpfrancis commented 3 years ago

Change wrapper consumer loop to check whether a KafkaError is marked as fatal before giving up, instead of giving up on any otherwise unhandled error. This might solve #86 (but can't really test other than on a live stream), but is probably worth doing anyway.