Skip to content

Commit

Permalink
feat: raise exception
Browse files Browse the repository at this point in the history
  • Loading branch information
manjeet9727 committed May 14, 2024
1 parent 68fb8a3 commit ce4812a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blockchainetl/jobs/exporters/kafka_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def export_items(self, items):
future.get(timeout=10)
except Exception as e:
logging.error(f'Failed to send message: {e}')
raise e

def export_item(self, item):
item_type = item.get('type')
Expand Down

0 comments on commit ce4812a

Please sign in to comment.