Skip to content

ttddyy/r2dbc-proxy-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

r2dbc-proxy-examples

r2dbc-proxy sample projects.

listener-example

This example provides sample listener implementations. Currently, there are listeners that integrate with Spring Cloud Sleuth and Micrometer.

Also, this example uses ProxyFactory implementation with Spring's ProxyFactory framework to create proxies. (optional)

java-agent-example

This example provides sample implementation to apply r2dbc-proxy using Java Agent.

With Java Agent, application does NOT need to know or aware of r2dbc-proxy. So, it is a non-intrusive way to integrate the r2dbc-proxy framework to the application.

Also, this uses ProxyFactory implementation with Byte Buddy which performs byte code manipulation to create proxies. (optional)


About

Samples for r2dbc-proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages