Is your feature request related to a problem? Please describe.
To be able to set a CredentialsProvider on a SubscriberSettings, you need to set the credentials on a Supplier<SubscriberServiceClient>, a Supplier<CursorServiceClient> and a PartitionAssignmentServiceClient
Describe the solution you'd like
Be able to set CredentialsProvider on the SubscriberSettings directly.
Is your feature request related to a problem? Please describe.
To be able to set a CredentialsProvider on a SubscriberSettings, you need to set the credentials on a
Supplier<SubscriberServiceClient>, aSupplier<CursorServiceClient>and aPartitionAssignmentServiceClientDescribe the solution you'd like
Be able to set
CredentialsProvideron theSubscriberSettingsdirectly.