-
Notifications
You must be signed in to change notification settings - Fork 142
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
WIP: Added support for serializing using Akka serialization #199
Closed
Commits on Sep 2, 2018
-
Added support for serializing using Akka serialization (#180)
Added support for serializing using Akka serialization including migration
Configuration menu - View commit details
-
Copy full SHA for 48f187e - Browse repository at this point
Copy the full SHA 48f187eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e33665b - Browse repository at this point
Copy the full SHA e33665bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c13636b - Browse repository at this point
Copy the full SHA c13636bView commit details
Commits on Sep 3, 2018
-
- Fixed a mistake in the configuration example for custom database providers - Improved documentation on thread/connection pool sizing (specifically by removing the vague 5 * number of cores recommendation and pointing to a better resource)
Configuration menu - View commit details
-
Copy full SHA for 1d1b35d - Browse repository at this point
Copy the full SHA 1d1b35dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba5ee96 - Browse repository at this point
Copy the full SHA ba5ee96View commit details
Commits on Sep 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7966d95 - Browse repository at this point
Copy the full SHA 7966d95View commit details
Commits on Sep 17, 2018
-
- scala 2.12.6 - akka 2.5.16 - scalatest 3.0.5 (test only) - postgres 42.2.5 (test only) - mysql 8.0.12 (test only)
Configuration menu - View commit details
-
Copy full SHA for 06486b0 - Browse repository at this point
Copy the full SHA 06486b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5af74 - Browse repository at this point
Copy the full SHA 7c5af74View commit details
Commits on Sep 19, 2018
-
Add support for SQL Server (#200)
Adds SQL Server schema and test updates. I created a derived SQL server [image](https://hub.docker.com/r/topaztechnology/mssql-server-linux/) that allows login and database creation on startup to facilitate testing. Write performance was initially poor vs Postgres, but significantly improved with use of `transactionally` in `BaseByteArrayJournalDao.writeJournalRows` This was based on a closed PR #108, thanks to @naferx
Configuration menu - View commit details
-
Copy full SHA for 816258e - Browse repository at this point
Copy the full SHA 816258eView commit details
Commits on Oct 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 970ff15 - Browse repository at this point
Copy the full SHA 970ff15View commit details
Commits on Oct 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3369f14 - Browse repository at this point
Copy the full SHA 3369f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7618ecf - Browse repository at this point
Copy the full SHA 7618ecfView commit details
Commits on Nov 10, 2018
-
Fix DDL generation for legacy and non-legacy journal/snapshot table d…
…efinitions. Rows per transaction has been made configurable.
Configuration menu - View commit details
-
Copy full SHA for b382e09 - Browse repository at this point
Copy the full SHA b382e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31641cc - Browse repository at this point
Copy the full SHA 31641ccView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.