streaming
Here are 3,255 public repositories matching this topic...
-
Updated
Jun 14, 2022 - JavaScript
Logstash information:
Please include the following information:
- Logstash version:
7.16.3
(with unverified reports of similar behaviour on 7.15)Looking through our case history there were examples of this issue happening after upgrading to 7.15 and higher. The odd behavior is this appears to be intermittent in most cases, and the cases closed out without resolution. Confirmed
-
Updated
Jun 4, 2022 - Java
ActorAdapter will ignore null
message with "Adapter function returned null which is not valid as an .."
However, this seems not be documented. For instance, scaladoc/javadoc of pipeToSelf
could mention it as well as any other place where adapters are used.
-
Updated
Jun 14, 2022 - TypeScript
Summa
Hi there :)
Would really love if when enter was pressed in the search bar
- The history menu would close/disappear
- The app switched to the search results page by itself
Believe this would be a really great UX enhancement
May potentially also boost the app's accessibility for people with impairments :)
Thanks!
-
Updated
Jun 14, 2022 - JavaScript
-
Updated
Feb 7, 2022 - JavaScript
-
Updated
Jun 14, 2022 - Python
Tests
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Jun 14, 2022
-
Updated
Jun 14, 2022 - Go
We already do this for Java: https://github.com/apache/beam/blob/master/sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/util/UploadIdResponseInterceptor.java
To prevent excessive logging, this should only be done when DEBUG logs are enabled.
Imported from Jira BEAM-14147. Original Jira may cont
我这边用你的脚本整合成了一套服务
-
Updated
Jun 14, 2022 - Go
Por Sentry Kafka client (arroyo) tests to Redpanda ducktape tests suite.
-
Updated
Jun 14, 2022 - Rust
-
Updated
Jun 6, 2022 - Go
-
Updated
Jun 14, 2022 - Python
-
Updated
Jun 14, 2022 - TypeScript
Improve this page
Add a description, image, and links to the streaming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the streaming topic, visit your repo's landing page and select "manage topics."
最近我发现有个趋势哈,就是ARM server越来越多,但是ARM好像不像x64平台那么好识别,总是有各种各样的arm识别不了。如果SRS能出ARM的docker镜像,那会比较容易跑起来。
现在SRS的docker实际上只支持了x86_64架构,所以在ARM和其他CPU上是没法跑的,参考SRS。其实镜像是可以支持多个架构的,参考手动打多CPU架构镜像。
Manually
首先,新建一个Dockerfile,它的FROM是带ARCH前缀: