masesgroup / KEFCore

Entity Framework Core provider for Apache Kafka™
https://kefcore.masesgroup.com/
Apache License 2.0
6 stars 1 forks source link

Update Apache Kafka Streams engine #87

Open masesdevelopers opened 1 year ago

masesdevelopers commented 1 year ago

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

masesdevelopers commented 1 year ago

Till Apache Kafka Streams engine is not updated, the engine based on KNetCompactedReplicator shall be the default