Github user david-streamlio commented on the issue:
https://github.com/apache/nifi/pull/2493
When I started writing these processors, I used the Kafka ones as a model.
However, I felt that it would be easier to configure the Pulsar client once,
such as SSLContextService integration, and then pool both the Producer and
Consumers for re-use, similar to a connection pool for a database.---
