I have an object that is a client for an external service that I am grabbing data off of to join with another Kafka source which is an operator in the Flink topology.
What are some ways or tricks so that I don't have to create a new client within every single process function?