You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, requirement to define KeyStateOf breaks a nice nesting pattern of flows: KafkaFlow -> ConsumerFlow -> PartitionFlow -> KeyFlow. I.e. there is KeyState instead of KeyFlow and KeyFlow is hidden in implementation.
The idea is to refactor this part a bit, may be do some renaming / removing of the code to restore the pattern in question.
The text was updated successfully, but these errors were encountered:
Currently, requirement to define
KeyStateOf
breaks a nice nesting pattern of flows:KafkaFlow -> ConsumerFlow -> PartitionFlow -> KeyFlow
. I.e. there isKeyState
instead ofKeyFlow
andKeyFlow
is hidden in implementation.The idea is to refactor this part a bit, may be do some renaming / removing of the code to restore the pattern in question.
The text was updated successfully, but these errors were encountered: