Tomasz Uliński

Results 5 issues of Tomasz Uliński

It would be great to have vertx-mqtt-server supporting WebSockets. Are there plans to add WebSocket support in the near future? Is it a difficult task?

We are implementing a server app based on vertx-mqtt-server. We would like to have a possibility of defining global idle timeout for incoming connections. There already is setIdleTimeout method inherited...

It would improve kafka-workers lib usability if there was a connector available allowing for transferring data from Kafka to HDFS.

There is a substantial difference in execution time between `pandas_gbq.read_gbq` and `google.cloud.bigquery.job.query.QueryJob.to_dataframe` functions. The reason is `pandas_gbq.read_gbq` calls `rows_iter.to_dataframe` [here](https://github.com/googleapis/python-bigquery-pandas/blob/910a064620f13c8e18183c2dedd52dcf68f8d3ea/pandas_gbq/gbq.py#L535) with `dtypes=conversion_dtypes` which causes converting columns in [RowIterator.to_dataframe](https://github.com/googleapis/python-bigquery/blob/85de1a361d8bbda7ff8a20b34ffd5a0e619a1f38/google/cloud/bigquery/table.py#L2678). `conversion_dtypes` is...

priority: p3
api: bigquery

There is a substantial difference in execution time between `pandas_gbq.read_gbq` and `google.cloud.bigquery.job.query.QueryJob.to_dataframe` functions. The reason is `pandas_gbq.read_gbq` calls `rows_iter.to_dataframe` [here](https://github.com/googleapis/python-bigquery-pandas/blob/910a064620f13c8e18183c2dedd52dcf68f8d3ea/pandas_gbq/gbq.py#L535) with `dtypes=conversion_dtypes` which causes converting columns in [RowIterator.to_dataframe](https://github.com/googleapis/python-bigquery/blob/85de1a361d8bbda7ff8a20b34ffd5a0e619a1f38/google/cloud/bigquery/table.py#L2678). `conversion_dtypes` is...

api: bigquery
priority: p3