Re: [Discuss] Python cartridge agent for Stratos

2014-06-18 Thread Udara Liyanage
Good work Dinesh. On Thu, Jun 19, 2014 at 10:30 AM, Manula Chathurika Thantriwatte < manu...@wso2.com> wrote: > Great work Dinesh !!! > > > On Thu, Jun 19, 2014 at 10:09 AM, Reka Thirunavukkarasu > wrote: > >> Great work Dinesh..! >> >> >> On Thu, Jun 19, 2014 at 12:18 AM, Sajith Kariyawasam >

Re: [Discuss] Python cartridge agent for Stratos

2014-06-18 Thread Manula Chathurika Thantriwatte
Great work Dinesh !!! On Thu, Jun 19, 2014 at 10:09 AM, Reka Thirunavukkarasu wrote: > Great work Dinesh..! > > > On Thu, Jun 19, 2014 at 12:18 AM, Sajith Kariyawasam > wrote: > >> Great work Dinesh! >> >> >> On Wed, Jun 18, 2014 at 3:05 PM, Imesh Gunaratne >> wrote: >> >>> Great stuff!! Very

Re: [Discuss] Python cartridge agent for Stratos

2014-06-18 Thread Reka Thirunavukkarasu
Great work Dinesh..! On Thu, Jun 19, 2014 at 12:18 AM, Sajith Kariyawasam wrote: > Great work Dinesh! > > > On Wed, Jun 18, 2014 at 3:05 PM, Imesh Gunaratne wrote: > >> Great stuff!! Very neat code Dinesh! :-) >> May be you could add some notes to the README file about the Thrift >> Python pac

Re: [Discuss] Python cartridge agent for Stratos

2014-06-18 Thread Sajith Kariyawasam
Great work Dinesh! On Wed, Jun 18, 2014 at 3:05 PM, Imesh Gunaratne wrote: > Great stuff!! Very neat code Dinesh! :-) > May be you could add some notes to the README file about the Thrift Python > packages that the client is referring, how they are maintained. > > > > On Wed, Jun 18, 2014 at 7:

Re: [Discuss] Python cartridge agent for Stratos

2014-06-18 Thread Imesh Gunaratne
Great stuff!! Very neat code Dinesh! :-) May be you could add some notes to the README file about the Thrift Python packages that the client is referring, how they are maintained. On Wed, Jun 18, 2014 at 7:52 AM, Isuru Haththotuwa wrote: > Great news! Awesome work Dinesh! > > > On Wed, Jun 18,

Re: [Discuss] Python cartridge agent for Stratos

2014-06-17 Thread Isuru Haththotuwa
Great news! Awesome work Dinesh! On Wed, Jun 18, 2014 at 1:06 AM, Nirmal Fernando wrote: > Great work Dinesh! > > > On Wed, Jun 18, 2014 at 12:18 AM, Dinesh Bandara wrote: > >> Hi all, >> >> I was able to connect and publish events to CEP using a python thrift >> client. Please find the sample

Re: [Discuss] Python cartridge agent for Stratos

2014-06-17 Thread Nirmal Fernando
Great work Dinesh! On Wed, Jun 18, 2014 at 12:18 AM, Dinesh Bandara wrote: > Hi all, > > I was able to connect and publish events to CEP using a python thrift > client. Please find the sample client code [1] > > [1] https://github.com/dineshbandara/thrift-python-client > > Thanks, > > > On Mon,

Re: [Discuss] Python cartridge agent for Stratos

2014-06-17 Thread Dinesh Bandara
Hi all, I was able to connect and publish events to CEP using a python thrift client. Please find the sample client code [1] [1] https://github.com/dineshbandara/thrift-python-client Thanks, On Mon, Jun 16, 2014 at 9:56 AM, Dinesh Bandara wrote: > > On Mon, Jun 16, 2014 at 9:28 AM, Lahiru Sa

Re: [Discuss] Python cartridge agent for Stratos

2014-06-15 Thread Dinesh Bandara
On Mon, Jun 16, 2014 at 9:28 AM, Lahiru Sandaruwan wrote: > +1 for a lightweight agent. > > AFAIR blocker for #2 was reading message headers. We might need to address > that as first step for #2. > > Sometimes back I had worked with some message broker clients which use AMQP. As you mentioned blo

Re: [Discuss] Python cartridge agent for Stratos

2014-06-15 Thread Lahiru Sandaruwan
+1 for a lightweight agent. AFAIR blocker for #2 was reading message headers. We might need to address that as first step for #2. Thanks. On Mon, Jun 16, 2014 at 9:17 AM, Dinesh Bandara wrote: > Hi Devs, > > We have discussed about the importance of a light weight cartridge agent > in several

[Discuss] Python cartridge agent for Stratos

2014-06-15 Thread Dinesh Bandara
Hi Devs, We have discussed about the importance of a light weight cartridge agent in several mail threads since existing agent had been written in Java and running a Java runtime inside a cartridge instance is a performance overhead as well as a costly operation. Here I would like to initiate that