Git Product home page Git Product logo

routing4db's People

Watchers

 avatar

routing4db's Issues

增加一个方法过滤,可以排除接口上的某些方法不执行路由策略

What steps will reproduce the problem?
1. 下面代码, 
getTimeStamp方法不需要执行路由策略,代理该接口时调用该方��
�就会抛出异常:

public interface TestService {
    void createWriteMaster(TestRouting testRouting);

    public long getTimeStamp();

    List<TestRouting> getReadSlave(TestRouting testRouting);
}


What is the expected output? What do you see instead?

希望增加一个方法过滤器,可以把不需要代理的方法过滤掉��
� 比如 excludeMethods属性

Please use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 24 Jul 2013 at 10:28

建议在未正确配置时增加log,便于问题排查

What steps will reproduce the problem?
1. 我在service层配置事务,代理路由的是dao层。 
在service执行事务时,这是还木有路由,导致采用默认数据源�
��这样会导致路由失效,这种问题比较难排查,希望加一点log
。

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 24 Jul 2013 at 9:26

Oracle下Master-Standby模式失效,执行抛出异常

What steps will reproduce the problem?
1. select  1语句在oracle下无法执行。导致standby模式失效 
2. oracle下select语句必须包含表名 改成select 1 from dual  
standby模式生效
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 24 Jul 2013 at 7:59

Attachments:

mysql 及oracle事务获取顺序确认

What steps will reproduce the problem?
1. mysql 及oracle事务获取顺序确认, 
把事务注解放到接口上,执行顺序

 事务开始(获取连接)--->代理执行--->路由数据源--->代理��
�行结束--->事务结束

    我这情况应该是:代理执行--路由--事务开始--事务结束-代理结束

What is the expected output? What do you see instead?

确定执行顺序

Please use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 24 Jul 2013 at 1:20

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.