Skip to content

Migrate RedisConnectionFactory to Lifecycle beans #2503

Closed
@mp911de

Description

@mp911de

Based on spring-projects/spring-framework#29921, we could move our connection factories towards beans that implement the lifecycle. This would be especially useful to decouple afterPropertiesSet from the connection pool startup and dispose() where we dispose resources. With start() and stop() connection factories could start up pools and tear down as necessary without destroying the entire bean.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions