Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/4927
@zentol I like the changes!
Last two points:
1. Does it make sense to add only the non relocated guava classes in
`flink-shaded-curator`? Meaning define a filter in the shading inclusion to
only add `com.google.common.base.Function`, `com.google.common.base.Predicate`,
and `com.google.common.reflect.TypeToken`?
2. We can probably remove the parent project `flink-shaded-curator` and
make the `flink-shaded-curator-recipes` the main project.
---