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

Acknowledgment of Configuration Updates in Watcher Mode. #91

Open
Tirth7545 opened this issue Sep 12, 2024 · 0 comments
Open

Acknowledgment of Configuration Updates in Watcher Mode. #91

Tirth7545 opened this issue Sep 12, 2024 · 0 comments
Labels
enhancement New feature or request needs investigation It looks as though have all the information needed but investigation is required

Comments

@Tirth7545
Copy link

Desciption

  • Benthos supports watcher mode, but currently there is no acknowledgment when the configuration is successfully reloaded. To address this, an API needs to be introduced that provides the count of successful configuration updates while running in watcher mode.

Acceptance Criteria

  • Introduce an API endpoint that provides the count of successful configuration reloads, applicable only in watcher mode.

API Reference

Get Succss reload count

 GET  /benthos/config/ack

Response Body

{
   "success_reload_count": "1"
}
Parameter Type Description
success_reload_count string Success Config Reload Count
@mihaitodor mihaitodor added bug Something isn't working needs investigation It looks as though have all the information needed but investigation is required enhancement New feature or request and removed bug Something isn't working labels Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs investigation It looks as though have all the information needed but investigation is required
Projects
None yet
Development

No branches or pull requests

2 participants