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

Allow deferred infrastructure startup #1485

Closed
wants to merge 2 commits into from
Closed

Conversation

christophstrobl
Copy link
Member

By avoiding interaction with a potential lazy proxy for a given CqlSession until it becomes mandatory we allow users to leverage lazy bean initialization for the CqlSession during application startup.

Resolves: #380

By avoiding interaction with a potential lazy proxy for a given CqlSession until it becomes mandatory we allow users to leverage lazy bean intialization for CqlSession during application startup.
To fully enable this changes we need changes in the boot autoconfigration.
@mp911de mp911de self-assigned this Mar 18, 2024
@mp911de mp911de added this to the 4.3 RC1 (2024.0.0) milestone Mar 18, 2024
@mp911de mp911de added the type: enhancement A general enhancement label Mar 18, 2024
@mp911de mp911de changed the title Allow lenient infrastructure startup. Allow deferred infrastructure startup Mar 18, 2024
mp911de pushed a commit that referenced this pull request Mar 18, 2024
By avoiding interaction with a potential lazy proxy for a given CqlSession until it becomes mandatory we allow users to leverage lazy bean intialization for CqlSession during application startup.
To fully enable this changes we need changes in the boot autoconfigration.

Closes #380
Original pull request: #1485
mp911de added a commit that referenced this pull request Mar 18, 2024
Reformat code. Lazily obtain the keyspace name from CqlSession in SimpleUserTypeResolver.

See #380
Original pull request: #1485
@mp911de
Copy link
Member

mp911de commented Mar 18, 2024

That's merged and polished now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow application to start if cassandra is unavailable [DATACASS-210]
2 participants