Justin Eyster
Justin Eyster
@Jeff-Meadows @arjankowski Thank you for the quick and helpful response. I'll give it a try!
@Jeff-Meadows @arjankowski The code works great! Thanks again. I also figured out how to implement event type filters and timestamp parameters by looking at your codebase. ```Python def get_all_admin_events_then_poll( client,...
Been running this since yesterday. Seems to be doing fine except it's falling behind in the stream pretty quickly, i.e. isn't keeping up with the pace of events coming in....
Having a hard time scaling this to our instance's volume so I may stick with Node for the time being. I wonder if Node's event-driven architecture and async capabilities are...
We're seeing all kinds of vulnerabilities in the current kafka-lag-exporter image. Roughly 100 of them with a trivy image scan. Any word on when a new one will be released...
Note that we only encountered this error after upgrading the version of our UBI Python 3.9 image from 1-57 to 1-73: https://catalog.redhat.com/software/containers/ubi8/python-39/6065b24eb92fbda3a4c65d8f Reverting back to 1-57 fixes the issue. But...
@iercan My understanding is that the sqlalchemy-trino project is deprecated and was removed from Superset for that reason. You can see a note about that here, which also states that...
@iercan Thanks for that info! I see that a duplicate issue has been raised here: trinodb/trino-python-client#237