SneaksAndData / arcane-operator

Kubernetes-native data streaming service based on Akka.NET
Apache License 2.0
0 stars 2 forks source link

[FEATURE] StreamClass-based contracts #91

Open s-vitaliy opened 6 months ago

s-vitaliy commented 6 months ago

The streaming plugins and the stream operator utilize a specific set of entities that must be consistent across both applications. These include:

These aspects are planned to be updated in future versions of Arcane Operator as follows:

s-vitaliy commented 3 months ago

Also if the stream plugin cannot run in backfill mode, it should be defined in StreamClass.

s-vitaliy commented 3 months ago

Also, stream class should provide configuration for retries (see: #124)