### Problem An app using `spring-pulsar` that defines `PulsarTopic` beans will fail to start when the admin required authentication. ### Cause The `PulsarAdmin` (admin client) does not convert the `authPluginClassName` and `authParams` into an authentication object like the `PulsarClient` does.