gnodet commented on PR #23474:
URL: https://github.com/apache/camel/pull/23474#issuecomment-4520873365
The doc example at
`components/camel-milo/src/main/docs/milo-client-component.adoc` line 139 still
uses the old `"await"` literal:
```
.setHeader("await", constant(true))
```
This should be updated to `"CamelMiloAwait"` (or preferably use the constant
`MiloConstants.HEADER_AWAIT`).
_Claude Code on behalf of Guillaume Nodet_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]