RE: HL7 messages to Kafka consumer

2016-10-13 Thread Martin Gainty
> From: artemerv...@gmail.com > Date: Thu, 13 Oct 2016 00:49:50 -0400 > Subject: Re: HL7 messages to Kafka consumer > To: users@kafka.apache.org > > Nifi HL7 processor is built using HAPI API, which supports z-segments > http://hl7api.sourceforge.net/xref/

Re: HL7 messages to Kafka consumer

2016-10-12 Thread Artem Ervits
:04 -0400 > > Subject: RE: HL7 messages to Kafka consumer > > To: users@kafka.apache.org > > > > I did it with HAPI API and Kafka producer way back when and it worked > well. > > Times have changed, If you consider using Apache Nifi, besides native HL7 > > proce

RE: HL7 messages to Kafka consumer

2016-10-12 Thread Martin Gainty
> From: dbis...@gmail.com > Date: Wed, 12 Oct 2016 20:42:04 -0400 > Subject: RE: HL7 messages to Kafka consumer > To: users@kafka.apache.org > > I did it with HAPI API and Kafka producer way back when and it worked well. > Times have changed, If you consider using Apache

RE: HL7 messages to Kafka consumer

2016-10-12 Thread Artem Ervits
I did it with HAPI API and Kafka producer way back when and it worked well. Times have changed, If you consider using Apache Nifi, besides native HL7 processor, you can push to Kafka by dragging a processor on canvas. HL7 processor also is built on HAPI API. Here's an example but instead of Kafka i

RE: HL7 messages to Kafka consumer

2016-10-12 Thread Martin Gainty
provisionally accomplished task by embedding A01,A03 and A08 HL7 Event-types into SOAP 1.2 Envelopes I remember having difficulty transporting over a non-dedicated transport such as what Kafka implements Producer Embeds Fragment1 into SOAPEnvelope Producer Sends Fragment1-SOAPEnvelope of A01 Cons