OFBiz and Kafka integration

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

OFBiz and Kafka integration

S K Pradeep kumar
Hi All,

Is there any one integrated OFBiz with Apache Kafka?

What would be the best approach for this?

With regards,
Pradeep Kumar
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz and Kafka integration

Adrian Crum-3
Why is the integration necessary? What is the use case?

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 10/7/2015 3:48 AM, S K Pradeep Kumar wrote:
> Hi All,
>
> Is there any one integrated OFBiz with Apache Kafka?
>
> What would be the best approach for this?
>
> With regards,
> Pradeep Kumar
>
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz and Kafka integration

S K Pradeep kumar
Hi Adrian,

This is required for the data exchange between 2 systems.

Basically, we are taking user and product data from other system.

With regards,
Pradeep Kumar

With regards,
S K Pradeep Kumar,
9035009495

On Wed, Oct 7, 2015 at 6:54 PM, Adrian Crum <
[hidden email]> wrote:

> Why is the integration necessary? What is the use case?
>
> Adrian Crum
> Sandglass Software
> www.sandglass-software.com
>
>
> On 10/7/2015 3:48 AM, S K Pradeep Kumar wrote:
>
>> Hi All,
>>
>> Is there any one integrated OFBiz with Apache Kafka?
>>
>> What would be the best approach for this?
>>
>> With regards,
>> Pradeep Kumar
>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz and Kafka integration

Adrian Crum-3
have you looked at JMS? OFBiz includes a JMS integration.

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 10/7/2015 10:19 AM, S K Pradeep Kumar wrote:

> Hi Adrian,
>
> This is required for the data exchange between 2 systems.
>
> Basically, we are taking user and product data from other system.
>
> With regards,
> Pradeep Kumar
>
> With regards,
> S K Pradeep Kumar,
> 9035009495
>
> On Wed, Oct 7, 2015 at 6:54 PM, Adrian Crum <
> [hidden email]> wrote:
>
>> Why is the integration necessary? What is the use case?
>>
>> Adrian Crum
>> Sandglass Software
>> www.sandglass-software.com
>>
>>
>> On 10/7/2015 3:48 AM, S K Pradeep Kumar wrote:
>>
>>> Hi All,
>>>
>>> Is there any one integrated OFBiz with Apache Kafka?
>>>
>>> What would be the best approach for this?
>>>
>>> With regards,
>>> Pradeep Kumar
>>>
>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz and Kafka integration

S K Pradeep kumar
Hi Adrian,

I found the jms integration with ActivMQ

https://www.ecomify.de/blog/apache-ofbiz-esb-integration-per-jms-398/

With regards,
Pradeep Kumar

With regards,
S K Pradeep Kumar,
9035009495

On Wed, Oct 7, 2015 at 11:04 PM, Adrian Crum <
[hidden email]> wrote:

> have you looked at JMS? OFBiz includes a JMS integration.
>
> Adrian Crum
> Sandglass Software
> www.sandglass-software.com
>
> On 10/7/2015 10:19 AM, S K Pradeep Kumar wrote:
>
>> Hi Adrian,
>>
>> This is required for the data exchange between 2 systems.
>>
>> Basically, we are taking user and product data from other system.
>>
>> With regards,
>> Pradeep Kumar
>>
>> With regards,
>> S K Pradeep Kumar,
>> 9035009495
>>
>> On Wed, Oct 7, 2015 at 6:54 PM, Adrian Crum <
>> [hidden email]> wrote:
>>
>> Why is the integration necessary? What is the use case?
>>>
>>> Adrian Crum
>>> Sandglass Software
>>> www.sandglass-software.com
>>>
>>>
>>> On 10/7/2015 3:48 AM, S K Pradeep Kumar wrote:
>>>
>>> Hi All,
>>>>
>>>> Is there any one integrated OFBiz with Apache Kafka?
>>>>
>>>> What would be the best approach for this?
>>>>
>>>> With regards,
>>>> Pradeep Kumar
>>>>
>>>>
>>>>
>>
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz and Kafka integration

Bilgin Ibryam-2
I'd probably would write a service in Java and use kafka client for the
integration.

Another way would be to use something like Apache Camel with OFBiz [1]
which gives a lot more connectivity possibilities [2] including with Kafka
[3]

[1]
http://www.ofbizian.com/2012/06/connect-apache-ofbiz-with-real-world.html
[2] http://camel.apache.org/components.html
[3] http://camel.apache.org/kafka.html




On 9 October 2015 at 08:28, S K Pradeep Kumar <[hidden email]>
wrote:

> Hi Adrian,
>
> I found the jms integration with ActivMQ
>
> https://www.ecomify.de/blog/apache-ofbiz-esb-integration-per-jms-398/
>
> With regards,
> Pradeep Kumar
>
> With regards,
> S K Pradeep Kumar,
> 9035009495
>
> On Wed, Oct 7, 2015 at 11:04 PM, Adrian Crum <
> [hidden email]> wrote:
>
> > have you looked at JMS? OFBiz includes a JMS integration.
> >
> > Adrian Crum
> > Sandglass Software
> > www.sandglass-software.com
> >
> > On 10/7/2015 10:19 AM, S K Pradeep Kumar wrote:
> >
> >> Hi Adrian,
> >>
> >> This is required for the data exchange between 2 systems.
> >>
> >> Basically, we are taking user and product data from other system.
> >>
> >> With regards,
> >> Pradeep Kumar
> >>
> >> With regards,
> >> S K Pradeep Kumar,
> >> 9035009495
> >>
> >> On Wed, Oct 7, 2015 at 6:54 PM, Adrian Crum <
> >> [hidden email]> wrote:
> >>
> >> Why is the integration necessary? What is the use case?
> >>>
> >>> Adrian Crum
> >>> Sandglass Software
> >>> www.sandglass-software.com
> >>>
> >>>
> >>> On 10/7/2015 3:48 AM, S K Pradeep Kumar wrote:
> >>>
> >>> Hi All,
> >>>>
> >>>> Is there any one integrated OFBiz with Apache Kafka?
> >>>>
> >>>> What would be the best approach for this?
> >>>>
> >>>> With regards,
> >>>> Pradeep Kumar
> >>>>
> >>>>
> >>>>
> >>
>



--
Bilgin Ibryam

Red Hat, Inc.
Apache Camel & Apache OFBiz committer
Blog: ofbizian.com
Twitter: @bibryam <https://twitter.com/bibryam>

Author of Instant Apache Camel Message Routing
http://www.amazon.com/dp/1783283475