Is your feature request related to a problem? Please describe.
When KEFCore is used with Apache Kafka Streams does not reports good performance due to its current usage.
The power of Apache Kafka Streams can come out using flows built from the EFCore queries.
Describe the solution you'd like
Find a mapping between the query requested from EFCore and Apache Kafka Streams, building processors will manage that queries.
Instead to use the DSL version of Apache Kafka Streams, a better approach is to use create specific processors.
Is your feature request related to a problem? Please describe. When KEFCore is used with Apache Kafka Streams does not reports good performance due to its current usage. The power of Apache Kafka Streams can come out using flows built from the EFCore queries.
Describe the solution you'd like Find a mapping between the query requested from EFCore and Apache Kafka Streams, building processors will manage that queries. Instead to use the DSL version of Apache Kafka Streams, a better approach is to use create specific processors.
Describe alternatives you've considered N/A
Additional context N/A