mathieu

Results 5 issues of mathieu

This is a very good project, but frankly I just lost hours because you're hiding exceptions, line 577. Print down exceptions, find a way to log them... Easier to diagnose...

enhancement

We have a jdbc sink to a mysql host. The sink is configured with `max.retries = 100`. We had a short unavailability of our DB, which lead naturally to failure...

Hello, We archive on s3 the data going through certain topics, we configured a couple of s3 sink connectors to do this. To have this data usable/exploitable, we try to...

Can I kindly suggest to add a very big warning in bold chars in the README and in `--help` about the partitioner used by default ? I just spent entire...

I struggled to understanding the exercise. The directive is to provide an `iter` method that returns an iterator over `&Ticket` items. The correct answer is ``` pub fn iter(&self) ->...