-
Now that the dataset is almost finalized, we can start breaking apart the train, val, and test sets. I think the best way to do this is in the dataloading step by defining a splitter function that wor…
-
```
What steps will reproduce the problem?
1. built ramdisk and patched kernel
2. Booted both via redsn0w
3. Cannot mount either partitions
What is the expected output? What do you see instead?
Mount…
-
```
What steps will reproduce the problem?
1. built ramdisk and patched kernel
2. Booted both via redsn0w
3. Cannot mount either partitions
What is the expected output? What do you see instead?
Mount…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
### Version
Doris version 1.1.3-rc02-abceed6
…
-
Description
===========
We've been writing a Foundatio message bus implementation around Kafka and noticed that our tests are extremely flakey in some cases (https://github.com/FoundatioFx/Foundat…
-
## Code Cleaning
- [x] should we keep the long doc string at the top of partitions.py that introduces the purpose and contents of the script? Is this better placed elsewhere?
- [ ] add more annotation…
-
Description
===========
There are 2 issues, I noticed on kafka coop sticky mode.
1. The hard code on partition_cnt inside rd_kafka_sticky_assignor_assign_cb
https://github.com/confluentinc/librdka…
-
hi guy, now i have a knotty problem.
logstash cann't consume kafka message continuously.like this ![933a0d89-1316-453a-ac85-afe723d04185](https://cloud.githubusercontent.com/assets/13382285/2413572…
-
Having some really weird behaviour.
Using the edenhill/kafkacat:1.6.0 docker image.
We have around 102 messages on a topic, there are three partitions. The messages are evenly partitioned (38 on…
-
Some detailed information on how each option of the **partitionerType** parameter affects the storage of information sent by the **producer**
```javascript
var kafka = require('kafka-node')
var …