Skip to content

Change feed processor discriminator #2743

Answered by bartelink
OpsOwns asked this question in Q&A
Discussion options

You must be logged in to vote

The fundamental constraint is that there is no server-side filtering capability in the endpoint that the CFP uses to obtain its data - it's a "fetch all docs since this continuation token" style query versus a filtered one, and it would be a pretty fundamental change to be able to also supply a filter. Because of the huge variety of filtering and processing that different use cases demand, and the need to allow users to control the parsing (or not) of documents, doing a client-side Where is about as appropriate an API as possible IMO.

Tiny bit related feature idea

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@OpsOwns
Comment options

@bartelink
Comment options

Answer selected by OpsOwns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants