Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't create StupsTokenComponent when not needed
When the application already supplies a NakadiPublishingClient or NakadiClient bean, we don't need our own authentication setup. This was already meant to be skipped, but I guess we misunderstood how nested configuration classes work – they don't inherit their outer classes' conditions.
- Loading branch information