Replies: 4 comments 2 replies
-
I'm not sure what is on so dynamic with those Your condition is only valid for your use-case: the other projects might rely on a logic which far away from just plain condition. Please, elaborate what else could be done in the framework to make this feature easier? |
Beta Was this translation helpful? Give feedback.
-
Please, elaborate what else could be done in the framework to make this feature easier? --
} can we do it on spring-framework? |
Beta Was this translation helpful? Give feedback.
-
-cc @artembilan and @garyrussell what's your idea? |
Beta Was this translation helpful? Give feedback.
-
thx @artembilan , I agree with u , that's target project logical. I am draft one design base on each time poll records max size to do some rich logical to Pause/resume.That would be more nature for peak time concept on Consumer side .Will share it to u if u interesting on it |
Beta Was this translation helpful? Give feedback.
-
User case:
consume server poll data from Kafka and write data into Persistent level, but while consumer failure with Persistent level know issue (network/disk/maintain) how can we dynamic Pause it ? and while it recovery , how can we base on some condition do Resume?
another User Case:
on the peak time , we have one APPlication it have two ability
so on Peak time we want to pause consume to not impact Rest API service , after Peak time we want dynamic Resume our service
Can we do it well with Spring-Kafka? and I have read the doc https://docs.spring.io/spring-kafka/reference/html/#pause-resume
so i am thinking how can we do more integration with it
@garyrussell @artembilan
Beta Was this translation helpful? Give feedback.
All reactions