Skip to content

Need support for Spring Boot 2 Reactive Redis Template/Connection #445

@duke-cliff

Description

@duke-cliff

The previous #313 was solved. We are able to see all API calls with duration. But still I found the Apm service trace does not show the inner redis calls. In Spring Boot 2 we use ReactiveRedisTemplate to make all our redis operations asynchronous as well.

The typical call stack will be something like this:
@GetMapping(...)
Mono restfulApiMethod(@PathVariable String key)
{
return reactiveRedisTemplate.opsHash().get(key).map(result -> String.valueof(result)).defaultIfEmpty("");
}

We have the snapshot agent from #313 and have -Ddd.integration.lettuce.enabled=true enabled as well.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions