Phuc-Hong-Tran

Results 7 issues of Phuc-Hong-Tran

Change: 1. Implement methods in AsyncKafkaConsumer that accept SubscriptionPattern to subscribe to topic(s). 2. Pass on the subscriptionPattern to SubscriptionState to use once server support RE2/J. ### Committer Checklist (excluded...

consumer
KIP-848
ctr
stale

Changes: 1. Added backgroundEventHandler to ConsumerNetworkThread to handle unexpected exception. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage...

stale

Hi team, I just wonder if we can do code contributions to FSR3 since now it's an open-soureced project?

Change: *Refactored `AbstractFetch` so only `Fetcher` will check for node status when creating fetch requests. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation -...

stale

Currently tests for the project are only being ran locally. Once we get more pull requests from devs/contributors, this practice will become unsustainable. The docker image of the opennem's backend...

devops

I'm trying to convert an image to a video using the following settings: ``` recorder.videoCodec = avcodec.AV_CODEC_ID_FFV1 recorder.pixelFormat = AV_PIX_FMT_RGB24; recorder.videoCodecName = "libx264rgb"; recorder.videoQuality = 0.0; recorder.format = "avi" recorder.frameRate...

help wanted
question