Itay
Itay
Hi, We are using `compress_response=True` in `tornado.web.Application` to use gzip compression for requests arriving in our servers. I wonder if there's a plan to support Brotli compression as well? Thanks
Hi, I'm using Tornado 5.1.1 Recently I upgraded my python from 2.7.15 to 3.6.8. Yesterday I got a strange exceptions for a few seconds (tons of that): ``` 2020-04-04 21:04:39.153...
trying to use this hbase-docker image with my legacy php code (in a separated module) - with no lack. Can someone assist please? http://stackoverflow.com/questions/40716948/thrift-hbase-exception-in-docker-containers
A quick & dirty copy-paste from the Google Drive connector for implementing a first working "happy path" Gmail connector. Both Google Drive and Gmail have a lot in common, but...
## Proposal Elasticsearch recommend [TCP retransmission timeout](https://www.elastic.co/guide/en/elasticsearch/reference/8.6/system-config-tcpretries.html#system-config-tcpretries) as important system configuration. Can we get it out of the box in Elastic operator? Today, I had to add an initContainer to...
### Description I have a simple module that download avro data files (~50-200 files, each one can be between 1-50MB) from S3 and index the data to Elasticsearch. This module...
**Elasticsearch version**: 8.6.1 (docker) **`elasticsearch-py` version**: 8.7.0 **Description of the problem including expected versus actual behavior**: I am using the `async_bulk` from `helpers` to fill my index with documents. If...
Issue #84 IMPORTENT (Benny): 1. There is no support for iOS sinse I don't have one.. please add later on. 2. The function 'openMarket' appear twice by mistake (in InfoController.js...
Hi there! As we heavily use `diff_cover`, we are also a big fun of this repo! It helped us to improve our programming skills, find bugs faster, increase our coverage...