Elizabeth Bennett
Elizabeth Bennett
Suggestion for different default values for batch.size, max.buffered.records, and flush.timeout.ms
Hello. I just spent quite a while tweaking config values for an ES connector in my 0.11.0.1 & 3.3.0 distributed connector deployment. The connector was consuming a large backlog on...
It would be useful to support a loading cache like Guava's [LoadingCache](https://guava.dev/releases/19.0/api/docs/com/google/common/cache/LoadingCache.html) I'm currently using freecache in production (thank you for this useful library btw!). I'm running into an issue...
### Description The `Testing Best Practices for Rules` page is a great resource for how to setup unit tests on Rules (and other custom Auth0 scripts). It would be great...
I'm trying to get the s3 connector working but I keep running into this exception when I use the S3AFileSystem (I would use NativeS3FileSystem but for [reasons](http://stackoverflow.com/questions/28024570/org-apache-hadoop-security-accesscontrolexception-permission-denied-when-trying) I need S3a)....