Re: [Architecture] Pluggable Log Readers

2014-05-13 Thread Isuru Perera
Hi, Yes! We need to provide a way to extend the Log Viewer. Currently there is no way to customize it without touching the source code. On Tue, May 13, 2014 at 4:45 AM, Shameera Rathnayaka wrote: > Hi Manu, > > In case user need to send the logs to different logging management system > instead

Re: [Architecture] Pluggable Log Readers

2014-05-13 Thread Shameera Rathnayaka
Hi Manu, In case user need to send the logs to different logging management system instead of Cassandra, user can simply write an another log appender who send the logs to a different centralized logs management system. so we can plug different log management tool. Thanks, Shameera. On Tue, May

[Architecture] Type-aware mediators for ESB

2014-05-13 Thread Kasun Indrasiri
Hi, We been working on the initial design of the type-aware mediator concept for ESB. The main objective of this is to have an input and output type for the mediators so that transformation mediators(such as DataMapper mediator) can decide its input and output type dynamically. - One of the commo