Skip to content

AWS ElasticCache issue with Config command #2894

Closed as not planned
Closed as not planned
@hanysakr

Description

@hanysakr

AWS ElasticCache has disabled few commands one of them is Config command
When I try to set keyspaceNotificationsConfigParameter to any value it will try to call the config command and fail with error
"ERR unknown command 'CONFIG', with args beginning with: 'GET' 'notify-keyspace-events' "
I found that KeyspaceEventMessageListener class is trying to register this value on ElasticCache, and there is no way to escape it unless using empty string with EnableRedisRepositories annotation, but the empty string is not sending the events from ElasticCache to the listener, so I cannot use it as empty.
There should be a way to set the keyspaceNotificationsConfigParameter value without registering it on ElasticCache with Config command

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions