Live tailing improvements #1740
Labels
good first issue
Up for grabs
scope/frontend
status/accepted
An issue which has passed triage and has been accepted
type/enhancement
En enhancement to an already existing feature
Milestone
wrong parameters passed for live tailing:
https://www.kafka-ui.provectus.io/api/clusters/local/topics/7890/messages?filterQueryType=STRING_CONTAINS&attempt=1&limit=100&seekDirection=TAILING&seekType=OFFSET&seekTo=0::0
this should be
https://www.kafka-ui.provectus.io/api/clusters/local/topics/7890/messages&seekDirection=TAILING&seekType=LATEST&seekTo=0::0
seekType
should beLATEST
attempt
has no effect (can be removed from all endpoints)limit
has no effect in TAILING mode(not critical)
filterQueryType
make sense only whenq
param passedseekTo
should be 0::0,1::0,... where first number is partition#943
The text was updated successfully, but these errors were encountered: