Archived

This forum has been archived. Please start a new discussion on GitHub.

IceStorm Publisher/Server

Hi,

I'm new to ICE and would like to create a publisher/subscriber pattern in which the subscribers are able to update the publisher, which would then trigger the publisher to update all subscribers.

Have you any suggestions for implementing such a scheme? I'm currently trying to make the publisher a server as well as a client (publisher), but would appreciate a pointer in the right direction.

Thanks,

Dean.

Comments

  • mes
    mes California
    Welcome!

    One of the advantages of using IceStorm is that it decouples publishers and subscribers. Have you considered using a separate topic for subscribers to notify the publisher(s)?

    Take care,
    - Mark