Robbert van Waveren
Robbert van Waveren
PR for issue #164 All builds and tests are working. I added the following abilities: 1. support for client assertion (private_key_jwt) based authentication on the token endpoint as per https://www.rfc-editor.org/rfc/rfc7523#section-2.2...
**Is your feature request related to a problem? Please describe.** The confluent AvroSerializer/AvroDeserializer classes require both a `schema` as well as an object `to_dict` and `from_dict` to object function. Using...
It seems running basic commands inside the container like installing additional python packages with pip fails due to a lack of a home directory for the spark user. This PR...