ogomezso / kafka-connect-soap

Kafka Connector for SOAP Web Services
0 stars 1 forks source link

Create a pool for SOAP Client connections #5

Open ogomezso opened 3 years ago

ogomezso commented 3 years ago
marcelboldt commented 3 years ago

TODO make pool size configurable

tbh I have doubts about this. Conceptually, the carrier of parallelism is the task so having a client pool makes sense only to save init time, not for resource management.