Jesper Lundgren

Results 10 issues of Jesper Lundgren

Currently there is no check to make sure that all required fields have values when deserializing a message. This PR adds the option to enable strict required field. Strict means...

Currently scalabuff does not make sure that all required fields have data when deserializing a message. The missing fields will instead get the default instance values, which could cause confusing...

Hi! I am looking to use Broadway for a use case where each message has varying byte size and i would like to limit each batch to a certain byte...

enhancement
help wanted

Benchmarks used to verify https://github.com/rusterlium/rustler/pull/482 . At that time there was no benchmarks setup in rustler yet so I didn't include them in the PR. As there is now, this...

This PR adds a POC implementation to enable rustler projects to configure scripts that will be used to optimize the rust code using PGO following: https://doc.rust-lang.org/rustc/profile-guided-optimization.html#a-complete-cargo-workflow I've only tested it...

### Features and Changes Update athena-client to use aws-sdk v3. This enables GB to connect to athena running in another aws account using cross account assume role. https://docs.aws.amazon.com/sdkref/latest/guide/feature-assume-role-credentials.html ``` SDK...

It would be very helpful for us that are using spark with scala 2.11 Thanks

Enable direct connection between DO & Client. Remove response clone Add prepare command to support loading dependency from git

Add connection pool option (see #488 & #330)

Feature :sparkles:
Documentation Needed :green_book: