Skip to content

DATAREDIS-507 - Do not destroy RedisConnectionFactory in RedisKeyValueAdapter.destroy. #195

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

Closed
wants to merge 2 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented May 3, 2016

Do not destroy RedisConnectionFactory which is likely managed outside of RedisKeyValueAdapter. This change also retains a working connection factory while shutting down message listeners as those try to unsubscribe on shutdown.


Related ticket: DATAREDIS-507

mp911de added 2 commits May 3, 2016 13:24
…eAdapter.destroy.

Do not destroy RedisConnectionFactory which is likely managed outside of RedisKeyValueAdapter. This change also retains a working connection factory while shutting down message listeners as those try to unsubscribe on shutdown.
christophstrobl pushed a commit that referenced this pull request May 4, 2016
…eAdapter.destroy.

Do not destroy RedisConnectionFactory which is likely managed outside of RedisKeyValueAdapter. 
This change makes sure to retain a working connection factory while shutting down message listeners as those try to unsubscribe on shutdown.

Original Pull Request: #195
christophstrobl added a commit that referenced this pull request May 4, 2016
Added missing author and issue reference.

Original Pull Request: #195
@christophstrobl christophstrobl deleted the issue/DATAREDIS-507 branch May 4, 2016 06:48
christophstrobl pushed a commit that referenced this pull request May 4, 2016
…eAdapter.destroy.

Do not destroy RedisConnectionFactory which is likely managed outside of RedisKeyValueAdapter.
This change makes sure to retain a working connection factory while shutting down message listeners as those try to unsubscribe on shutdown.

Original Pull Request: #195
christophstrobl added a commit that referenced this pull request May 4, 2016
Added missing author and issue reference.

Original Pull Request: #195
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants