- Remove custom argument resolvers from PulsarListenerEndpointRegistrar, as this is an un-used feature at the moment. - The default HandlerMethodArgumentResolver is capable of adapting the all the method arguments in all the PulsarListener use cases we encountered so far. We will add it back if custom argument resolution is necessary.