Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Apache Kafka Streams engine #87

Open
masesdevelopers opened this issue Oct 12, 2023 · 1 comment · Fixed by #188, #192 or #195
Open

Update Apache Kafka Streams engine #87

masesdevelopers opened this issue Oct 12, 2023 · 1 comment · Fixed by #188, #192 or #195
Assignees
Labels
enhancement New feature or request KEFCore The issue is releated to KEFCore

Comments

@masesdevelopers
Copy link
Collaborator

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 masesdevelopers added enhancement New feature or request KEFCore The issue is releated to KEFCore labels Oct 12, 2023
@masesdevelopers masesdevelopers self-assigned this Oct 12, 2023
@masesdevelopers masesdevelopers changed the title Update Apache Kafka Streams based mode Update Apache Kafka Streams engine Oct 14, 2023
@masesdevelopers
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment