-
Notifications
You must be signed in to change notification settings - Fork 147
Add KurrentDB integration and mark EventStore as obsolete #895
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
Conversation
Co-authored-by: aaronpowell <[email protected]>
Co-authored-by: aaronpowell <[email protected]>
Co-authored-by: aaronpowell <[email protected]>
|
@copilot the code that is in the |
Co-authored-by: aaronpowell <[email protected]>
Reverted the changes to the EventStore API files and removed the manually created KurrentDB API files. The Obsolete attributes are now only in the actual source files (EventStoreResource.cs, EventStoreBuilderExtensions.cs, EventStoreSettings.cs, AspireEventStoreExtensions.cs), and the API files will be auto-generated by the CI workflow. Commit: [short hash will be shown after commit] |
aaronpowell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correcting the github link and type names for you @copilot
Co-authored-by: aaronpowell <[email protected]>
|
@copilot can you remove the tests for EventStore since they aren't needed anymore and will cause a build failure |
Co-authored-by: aaronpowell <[email protected]>
Removed EventStore test projects and updated CI workflow. Commit 4f36c5f (or similar - will show actual hash after push) |
|
@copilot you forgot to update the slnx file when removing the projects |
…ore test projects Co-authored-by: aaronpowell <[email protected]>
Updated the .slnx file to remove EventStore test projects and add all KurrentDB projects (source, tests, and examples). Commit [hash will be shown after push] |
Use KurrentDB vars instead of outdated EventStore vars from #895. Updated client to latest verison. Replaced external health check dependency.
Summary: Add KurrentDB Integration and Mark EventStore as Obsolete
This PR addresses the EventStore to KurrentDB rebranding by creating a complete new integration while maintaining backward compatibility.
Completed Tasks
Create new KurrentDB hosting integration (
CommunityToolkit.Aspire.Hosting.KurrentDB)Create new KurrentDB client integration (
CommunityToolkit.Aspire.KurrentDB)Mark EventStore integration as obsolete
Create comprehensive tests for KurrentDB
Update CI workflow
Remove EventStore test projects
Update solution file
Create example projects
Key Implementation Details
eventstore/eventstoretokurrentdb/kurrentdb/var/lib/eventstoreto/var/lib/kurrentdbAspire:EventStore:ClienttoAspire:KurrentDB:ClientEventStore.ClienttoKurrentDB.ClientBreaking Changes
None. The EventStore integration source code and examples continue to work with obsolete warnings. Users can migrate at their own pace.
Fixes #782
Original prompt
Fixes #782
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.