[
https://issues.apache.org/jira/browse/TINKERPOP-2546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321214#comment-17321214
]
ASF GitHub Bot commented on TINKERPOP-2546:
-------------------------------------------
lyndonb-bq commented on pull request #1416:
URL: https://github.com/apache/tinkerpop/pull/1416#issuecomment-819726446
> i recall you saying that the compression dict map was removed as there was
not quite an analogous configuration for aiohttp but i though that there was a
compression option in aiohttp that could be enabled as a flag still but i
didn't see that here. am i missing where that is somehow?
@spmallette There is a compression you can set for it but from what I have
read it is a different type than Tornado's. I tried setting it up and all the
tests failed whenever I used it so I don't think it is compatible with the
current Gremlin server. I looked at aiogremlin's driver and found they didn't
have it setup there either so I thought it might just not work for this use
case unfortunately.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Change transport layer to use AIOHTTP instead of Tornado
> --------------------------------------------------------
>
> Key: TINKERPOP-2546
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2546
> Project: TinkerPop
> Issue Type: Improvement
> Components: python
> Affects Versions: 3.5.0
> Reporter: Lyndon Bauto
> Priority: Major
> Fix For: 3.5.0
>
>
> Following discussion here
> https://lists.apache.org/thread.html/rc4d047ba0245fde3261bad0ea156a0f35db1ab0f92c8e80d4fb1b815%40%3Cdev.tinkerpop.apache.org%3E,
> this ticket will track rewriting the tranport layer of gremlin-python to use
> AIOHTTP instead of Tornado. I am currently working on this and will have a
> pull request shortly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)