Re: DataStreamer as a Service

2020-02-04 Thread narges saleh
>>> Hi, >>>>>>>>>> But services are by definition long lived, right? Here is my >>>>>>>>>> layout: The data is continuously generated and sent to the streamer >>>>>>>>>> services (via JDBC connection with set streaming on opti

Re: DataStreamer as a Service

2020-02-04 Thread Ilya Kasnacheev
he data is continuously generated and sent to the streamer >>>>>>>>> services (via JDBC connection with set streaming on option), >>>>>>>>> deployed, say, >>>>>>>>> as node singleton (actually deployed also as microse

Re: DataStreamer as a Service

2020-02-04 Thread narges saleh
h. Any issue with this >>>>>>>> layout? >>>>>>>> >>>>>>>> thanks. >>>>>>>> >>>>>>>> On Mon, Feb 3, 2020 at 5:02 AM Ilya Kasnacheev < >>>>

Re: DataStreamer as a Service

2020-02-04 Thread Ilya Kasnacheev
out? >>>>>>> >>>>>>> thanks. >>>>>>> >>>>>>> On Mon, Feb 3, 2020 at 5:02 AM Ilya Kasnacheev < >>>>>>> ilya.kasnach...@gmail.com> wrote: >>>>>>> >>>>>>>

Re: DataStreamer as a Service

2020-02-03 Thread Denis Magda
;>>> >>>>>>> If you have to keep data streamer around, don't forget to flush() >>>>>>> it. This way you don't have to worry about its queue. >>>>>>> >>>>>>> Regards, >>>>>>>

Re: DataStreamer as a Service

2020-02-03 Thread Ilya Kasnacheev
> If you have to keep data streamer around, don't forget to flush() it. >>>>>> This way you don't have to worry about its queue. >>>>>> >>>>>> Regards, >>>>>> -- >>>>>> Ilya Kasnacheev >>>

Re: DataStreamer as a Service

2020-02-03 Thread narges saleh
t; >>>>> >>>>> пн, 3 февр. 2020 г. в 13:24, narges saleh : >>>>> >>>>>> Hi, >>>>>> My specific question/concern is with regard to the state of the >>>>>> streamer when it run as a service, i.e. when

Re: DataStreamer as a Service

2020-02-03 Thread Ilya Kasnacheev
t;> My specific question/concern is with regard to the state of the >>>>> streamer when it run as a service, i.e. when it crashes and it gets >>>>> redeployed. Specifically, what happens to the data? >>>>> I have a similar question with regard to t

Re: DataStreamer as a Service

2020-02-03 Thread narges saleh
s queue? >>>> >>>> thanks. >>>> >>>> On Sun, Feb 2, 2020 at 4:18 PM Mikael >>>> wrote: >>>> >>>>> Hi! >>>>> >>>>> Not as far as I know, I have a number of services using streamers >>>>> without any problems, do you have any specific problem with it ? >>>>> >>>>> Mikael >>>>> >>>>> >>>>> Den 2020-02-02 kl. 22:33, skrev narges saleh: >>>>> > Hi All, >>>>> > >>>>> > Is there a problem with running the datastreamer as a service, being >>>>> > instantiated in init method? Or loading the data via JDBC connection >>>>> > with streaming mode enabled? >>>>> > In either case, the deployment is affinity based. >>>>> > >>>>> > thanks. >>>>> >>>>

Re: DataStreamer as a Service

2020-02-03 Thread Ilya Kasnacheev
;> thanks. >>> >>> On Sun, Feb 2, 2020 at 4:18 PM Mikael wrote: >>> >>>> Hi! >>>> >>>> Not as far as I know, I have a number of services using streamers >>>> without any problems, do you have any specific problem with i

Re: DataStreamer as a Service

2020-02-03 Thread narges saleh
; >>> Not as far as I know, I have a number of services using streamers >>> without any problems, do you have any specific problem with it ? >>> >>> Mikael >>> >>> >>> Den 2020-02-02 kl. 22:33, skrev narges saleh: >>> > Hi All,

Re: DataStreamer as a Service

2020-02-03 Thread Ilya Kasnacheev
t; without any problems, do you have any specific problem with it ? >> >> Mikael >> >> >> Den 2020-02-02 kl. 22:33, skrev narges saleh: >> > Hi All, >> > >> > Is there a problem with running the datastreamer as a service, being >> > instantiat

Re: DataStreamer as a Service

2020-02-03 Thread narges saleh
Den 2020-02-02 kl. 22:33, skrev narges saleh: > > Hi All, > > > > Is there a problem with running the datastreamer as a service, being > > instantiated in init method? Or loading the data via JDBC connection > > with streaming mode enabled? > > In either case, the deployment is affinity based. > > > > thanks. >

Re: DataStreamer as a Service

2020-02-02 Thread Mikael
Hi! Not as far as I know, I have a number of services using streamers without any problems, do you have any specific problem with it ? Mikael Den 2020-02-02 kl. 22:33, skrev narges saleh: Hi All, Is there a problem with running the datastreamer as a service, being instantiated in init

DataStreamer as a Service

2020-02-02 Thread narges saleh
Hi All, Is there a problem with running the datastreamer as a service, being instantiated in init method? Or loading the data via JDBC connection with streaming mode enabled? In either case, the deployment is affinity based. thanks.