-
## Summary
Users can already ingest data to QuestDB from Kafka via JDBC connector. However, there is no implementation for our fastest ingestion protocol, ILP via TCP.
This is a Kafka Connect Sink …
-
### Describe the bug
While profiling the ILP client I'm getting this error:
```
io.questdb.cutlass.line.LineSenderException: [4] send error
at io.questdb.cutlass.line.tcp.PlainTcpLineChannel.send…
-
## Summary
Users will be able to send Pandas Dataframe to QuestDB via the official Python ILP client: https://py-questdb-client.readthedocs.io/en/latest/
-
### Describe the bug
Hi, I absolutely love this product, QuestDB team has done an amazing job! I do face an issue
I have a table which has 3 Symbol columns(Ticker, Exchange, etc), a Date/Timesta…
-
**Describe the bug**
When insterting via ILP and there is an issue on database side the error is not propagated back to client.
**To Reproduce**
Steps to reproduce the behavior:
1. Start inserti…
-
The goal is to create thin, easy to use Rust client for sending ILP messages. We already have a Java client:
* https://github.com/questdb/questdb/blob/master/core/src/main/java/io/questdb/cutlass/l…
-
微博内容精选
-
The goal is to create thin, easy to use JavaScript client for sending ILP messages. We already have a Java client:
* https://github.com/questdb/questdb/blob/master/core/src/main/java/io/questdb/cut…
-
The goal is to create thin, easy to use Python client for sending ILP messages. We already have a Java client:
* https://github.com/questdb/questdb/blob/master/core/src/main/java/io/questdb/cutlass…
-
### Describe the bug
I have a service that is inserting data into quest using UDP ILP sender. As part of our data retention service we would like to drop partitions a few days old. However, when I ru…