jina icon indicating copy to clipboard operation
jina copied to clipboard

Document the Gateway to Gateway communication

Open samsja opened this issue 2 years ago • 1 comments

Right now the Gateway to Gateway communication is not document it should be.

Ex : using this jcloud flow :

jtype: Flow
jcloud:
    expose_gateway: true
executors:
  - name: indexer
    uses: jinahub+docker://SimpleIndexer

and connecting to use from an other flow:

from jina import Flow
from docarray import DocumentArray, Document

f = Flow().add(
    tls=True, host='0cfd78a517.wolf.jina.ai', external=True, port=443
)

f.build()
print('hw')
with f:
    f.post('/', inputs=DocumentArray.empty(size=10))
    print('here')

samsja avatar Jun 20 '22 16:06 samsja

@jina-ai/product This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days

jina-bot avatar Sep 20 '22 00:09 jina-bot