numaflow-java
numaflow-java copied to clipboard
Remove unnecessary boxing/unboxing [backward-incompatible]
Boolean is used by sinker Response success, fallback. We should change it to boolean, such that when we new a Response object with a primitive boolean value, Java doesn't need to perform unnecessary boxing. We don't have a case where success can be null.