line / decaton

High throughput asynchronous task processing on Apache Kafka
Apache License 2.0
336 stars 51 forks source link

Use toBuilder = true on config classes #122

Closed m50d closed 3 years ago

m50d commented 3 years ago

Small change to make it easer to reuse configs while changing some properties. (Specifically, this is useful for the case where we want to populate a RetryConfig automatically from Spring properties, but then set some fields programmatically)

kawamuray commented 3 years ago

LGTM, thanks!