> 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/
: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
> 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
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
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