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

[Configuration API] Unable to subscribe to Redis hash type #1117

Open
codding-y opened this issue Jun 30, 2023 · 4 comments
Open

[Configuration API] Unable to subscribe to Redis hash type #1117

codding-y opened this issue Jun 30, 2023 · 4 comments
Labels

Comments

@codding-y
Copy link

Expected Behavior

Subscribe to Redis hash type data changes

Actual Behavior

The data has changed, but the subscription did not trigger.

Steps to Reproduce the Problem

  1. Environment:

    dotnet version: 7.0

    dapr version: 1.11.0

  2. PREPARE DATA:

    image-20230630162454892

    image-20230630162523332

  3. Coding:

    image-20230630162721360

  4. Manually modifying data:

    Examples of failure(hash type):

    image-20230630163153887

    image-20230630163403164

    Successful examples (string type):
    image-20230630164110120

    image-20230630164144246

Release Note

RELEASE NOTE:

@codding-y codding-y added the kind/bug Something isn't working label Jun 30, 2023
@codding-y codding-y changed the title dapr configuration api, subscribe redis hash type [Configuration API] dapr configuration api, subscribe redis hash type Jul 3, 2023
@codding-y codding-y changed the title [Configuration API] dapr configuration api, subscribe redis hash type [Configuration API] Unable to subscribe to Redis hash type Jul 3, 2023
@codding-y
Copy link
Author

Is this a bug? Or maybe there's a problem with my usage. Can you provide me with some help?

@codding-y
Copy link
Author

@amanbha

@halspang
Copy link
Contributor

halspang commented Jul 5, 2023

@codding-y - This could also be an issue in the Redis component itself. If you're not seeing the event trigger in your code for this data type, but are for others, I'd recommend asking about it in components contrib, as it's likely an issue with the underlying implementation there.

@shivamkm07
Copy link
Contributor

shivamkm07 commented Jul 13, 2023

@codding-y - This could also be an issue in the Redis component itself. If you're not seeing the event trigger in your code for this data type, but are for others, I'd recommend asking about it in components contrib, as it's likely an issue with the underlying implementation there.

This issue is in the component implementation itself. Not with the sdk. Please see the linked issue in components-contrib for details.

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

No branches or pull requests

3 participants