spring-projects / spring-data-cassandra

Provides support to increase developer productivity in Java when using Apache Cassandra. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-cassandra/
Apache License 2.0
373 stars 307 forks source link

Allow deferred infrastructure startup #1485

Closed christophstrobl closed 3 months ago

christophstrobl commented 3 months ago

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

mp911de commented 3 months ago

That's merged and polished now.