Need Help: Our new client want to sends notifications via pubsub

6 views
Skip to first unread message

Shahid Islam

unread,
Feb 29, 2016, 10:25:24 AM2/29/16
to pypubs...@googlegroups.com
Hello Friends

We are providing services in Odoo8.

Odoo uses 
  • OpeneERP Framwork
  • Python 2.7 as Programming language
  • Xml for Views (Forms lists Graphs etc)
  • PosgreSQL as Database Server

  Our new client has his own system developed in .Net. He want his system to be integrated with our system based on certain events.

He is already using Pub/Sub messaging system (Kafka) for his many listeners. Our system will consumes notifications sent from his system sent via Pub/Sub system.

Now as first step our client has demanded a unique URL and tokenID of our system to send to their management for security verification.


As we never been through pub-sub messaging system before, we are wandring where and how we will create URL and token for our app that we can send to them for verification.

In order to subscribe to my clients messages? where should i register my app?. Should i install kafka or something on my system?.

Should i register on someplace that can provide a URL?

Please reply,

Regards







--
SHAHID ISLAM
OpenERP Developer
Institute of Management Sciences, Peshawar

Oliver

unread,
Feb 29, 2016, 11:28:27 AM2/29/16
to pypubsub_dev
Hi Shahid, sorry but I can't provide any help because pypubsub is not a network-based pub/sub framework, it is for event-based desktop applications, so it has no built-in support for sending/receiving messages over the network. I am not famliar  with kafka (which presumably is C#). However, once you have a layer created that talks to kafka, then pypubsub can be used in your application to send/receive messages to other components in the app, assuming you have some sort of event loop where you either poll for kafka messages or get notification when data arrives (like via a callback). 
Oliver
Reply all
Reply to author
Forward
0 new messages