Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@Bean methods in KafkaAutoConfiguration provide less type information than they could #32766

Closed
wilkinsona opened this issue Oct 18, 2022 · 1 comment
Labels
status: superseded An issue that has been superseded by another

Comments

@wilkinsona
Copy link
Member

As pointed out by @maciejwalkowiak in #32763, there are a number of @Bean methods in KafkaAutoConfiguration where the return type isn't as specific as it could be. For example, kafkaConsumerFactory always returns a DefaultKafkaConsumerFactory but its return type is only ConsumerFactory.

@philwebb
Copy link
Member

Closing in favor of PR #32770. Thanks @YuanHao97!

@philwebb philwebb closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2022
@philwebb philwebb added status: superseded An issue that has been superseded by another and removed type: bug A general bug labels Oct 18, 2022
@philwebb philwebb removed this from the 2.6.x milestone Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

No branches or pull requests

2 participants