Metadata-Version: 1.1
Name: wishbone_output_zmqtopic
Version: 1.0.0
Summary: A Wishbone output module to push events to one or more ZeroMQ topic subscriber sockets
Home-page: https://github.com/smetj/wishbone-output-zmqtopic
Author: Jelle Smet
Author-email: development@smetj.net
License: UNKNOWN
Download-URL: https://github.com/smetj/wishbone-output-zmqtopic/tarball/master
Description: ::
        
                      __       __    __
            .--.--.--|__.-----|  |--|  |--.-----.-----.-----.
            |  |  |  |  |__ --|     |  _  |  _  |     |  -__|
            |________|__|_____|__|__|_____|_____|__|__|_____|
                                               version 2.1.2
        
            Build composable event pipeline servers with minimal effort.
        
        
        
            ========================
            wishbone.output.zmqtopic
            ========================
        
            Version: 1.0.0
        
            Publishes data to one or more ZeroMQ Topic subscribe modules.
            -------------------------------------------------------------
        
        
                Expects wishbone.input.topic modules to take the initiative and connect to
                this module.  The clients subscribe to a topic of interest.  When multiple
                subscribers subscriber to the same topic, they will all receive the same
                messages resulting into a fanout messaging pattern.
        
                Parameters:
        
                    - selection(str)("@data")
                       |  The part of the event to submit externally.
                       |  Use an empty string to refer to the complete event
        
                    - port(int)(19283)
                       |  The port to bind to.
        
                    - timeout(int)(1)
                       |  The time in seconds to timeout when connecting.
        
                    - topic(str)("")*
                       |  The default topic to use when none is set in the header.
        
        
                Queues:
        
                    - inbox
                       |  Incoming events submitted to the outside.
        
        
        
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
