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

Default events configuration and unrelated events back up #129

Open
Rossb0b opened this issue Nov 7, 2023 · 1 comment
Open

Default events configuration and unrelated events back up #129

Rossb0b opened this issue Nov 7, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Rossb0b
Copy link
Member

Rossb0b commented Nov 7, 2023

Add a default config for events subscribers (publishers?), to avoid loss of events when there isn't related incomer(s).

  • The event list isn't static. If an unrecorded event does exist, add it.
  • The Subscriber list isn't static. If an unrecorded subscriber does exist, add it.
  • By default, if an event is unrecorded or there aren't subscribers, back up the event.
    • no expiration delay for keys, threshold on number of keys, warning on number of keys at specifics threshold. (Needs of a manual interaction to avoid event loss)
{
  "foo-event": {
    "subscribers": [
      {
        "name": "foo",
        "horizontalScale": true
      },
      {
        "name": "bar"
      }
    ]
  },
  "bar-event": {
    "subscribers": []
  }
}
@Rossb0b Rossb0b added the enhancement New feature or request label Nov 7, 2023
@Rossb0b Rossb0b self-assigned this Nov 7, 2023
@Rossb0b
Copy link
Member Author

Rossb0b commented Nov 8, 2023

Add number of replicas for API(s) instances so events that must scale, must be based on this number of replicas ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant