Elliot West
Elliot West
> This feels like an intrinsic problem with the choice of partitioning strategy. If you _want_ partitions to be immutable then ensure you partition by a field that won't have...
As a workaround, how feasible would it be to set up one connector per type and apply a type specific filter in each? Obviously not great from a resource usage...
Noted, new name required.
> lol was that were you going for @teabot ?? Or total coincidence? Total coincidence! I think I possess a nerdy desire to find contrived acronyms.
I'll try and me more concrete. Note that I've selected particular technologies for this example, but other open and vendor agnostic technologies could be used and may be preferable. ##...
I presume this is not possible when using a Kafka compacted log as a backend?
Any thoughts on how this looks @eolivelli ?
I'll close the issue once we've made a release.
I have a general API design comment; personally I'd avoid a boolean flag to modify this behaviour as it obscures the intent from anyone reading the code. Instead I'd go...