Skip to main content

Hopeit Apps Client Plugin

Project description

hopeit.engine apps-client plugin

This library is part of hopeit.engine:

check: https://github.com/hopeit-git/hopeit.engine

Install using hopeit.engine extras [apps-client]:

pip install hopeit.engine[apps-client]

Config app_connection section in your app to use this client implementation:

Configre a connection in app_connections section and specify which events to invoke inside event.connections section:

    ...
    "app_connections": {
        "target-app-conn": {
            "name": "target-app",
            "version": "1.0",
            "client": "hopeit.apps_client.AppsClient"
        }
    },
    ...

    "events": {
        "my-event": {
            ...
            "connections": [
                {
                    "app_connection": "target-app-conn",
                    "event": "target-event",
                    "type": "GET"
                }
            ],
            ...
        }
    }

To configure apps-client add a settings section like this to app config file:

    ...

    "settings": {
        "simple_example_conn": {
            "connection_str": "http://host1,http://host2"
        }
    }

The only required setting is connection_str but many other values can be configured:

    ...

    "settings": {
        "simple_example_conn": {
            "connection_str": "${HOPEIT_SIMPLE_EXAMPLE_HOSTS}",
            "circuit_breaker_open_failures": 10,
            "circuit_breaker_failure_reset_seconds": 90.0,
            "circuit_breaker_open_seconds": 60.0,
            "retries": 2,
            "retry_backoff_ms": 10,
            "ssl": true,
            "max_connections": 100,
            "max_connections_per_host": 0,
            "dns_cache_ttl": 10,
            "routes_override": {
                "__list-somethings": "simple-example/${HOPEIT_APPS_ROUTE_VERSION}/list-somethings"
            }
        }
    }

Usage

Invoking target-app target-event from your application code:

    from hopeit.app.client import app_call

    ...

    def my_event(payload: ..., context: EventContext) -> ...:
        response = await app_call(
            "target-app-conn", event="target-event",
            datatype=ResposeDataType, payload=..., context=context
        )
    ...

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hopeit_apps_client-0.26.0rc2.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hopeit_apps_client-0.26.0rc2-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file hopeit_apps_client-0.26.0rc2.tar.gz.

File metadata

File hashes

Hashes for hopeit_apps_client-0.26.0rc2.tar.gz
Algorithm Hash digest
SHA256 f91e138397d301a592b63ddcdfa9d1b91bfd1a42e747f9a05b5eafd468989a6e
MD5 b3f19748b2211822f0b70066dbce1c7c
BLAKE2b-256 0d70a3cb11e95f7a9888a1de7ae85eff673a76d5d0be402e1e50c4dac9e93f53

See more details on using hashes here.

File details

Details for the file hopeit_apps_client-0.26.0rc2-py3-none-any.whl.

File metadata

File hashes

Hashes for hopeit_apps_client-0.26.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 39da49fc1a19a10c8f8b53f5c651c4a4ba5645dd103b72aad506b95de51e607d
MD5 5ad74899bb70402b4c40ecf9558d8ef2
BLAKE2b-256 714356578166ae543c7f4d2ee8ecc836bc0c6726a71d5db3f9f9930cab618990

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page