-
Notifications
You must be signed in to change notification settings - Fork 60
Fix Observation property name in _configprops.adoc
#270
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
Conversation
_configprops.adoc
_configprops.adoc
Agreed @therepanic, the singular Note The Here is what I think needs to happen:
If you don't have time to deal w/ the Sound good? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #270 (comment)
Hi, @onobc. Thank you for your review. I did as you said and redirected the changes to |
Hi @therepanic , do you mind doing the 2nd bullet item as well (updating the source file so going forward the next time we run the generated file will retain the proper property name)? |
Closes: spring-projectsgh-269 Signed-off-by: Andrey Litvitski <[email protected]> d
Sorry, I forgot that we are on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix @therepanic ! LGTM
In fact, this inaccuracy has been described since the time when the autoconfigure module was in spring-grpc. I think we should consider using the
observation
option, although both options are fine, but this option is older and more familiar to use (spring grpc 1.0.0 has not been released yet, but nevertheless). In addition, I think that the original intention was to use theobservation
option. Furthermore, there are already options in the Spring ecosystem that simply useobservation
, such asspring.kafka.listener.observation-enabled
.Closes: gh-269