eventbus
Here are 586 public repositories matching this topic...
-
Updated
Aug 26, 2020 - Java
-
Updated
Apr 3, 2018 - Java
-
Updated
Oct 19, 2020 - Swift
-
Updated
Oct 13, 2020 - Java
-
Updated
Jun 23, 2020
-
Updated
Nov 7, 2020 - Go
-
Updated
Jun 14, 2017 - Java
-
Updated
Jun 30, 2020 - C#
-
Updated
Nov 9, 2020 - Elixir
-
Updated
Jul 21, 2019 - Java
https://github.com/softprops/hyperlocal shows how to create a HTTP transport with Hyper. Adapt this for Olin's HTTP client. The Olin HTTP client is not very well documented (please do this as part of fixing this issue), but it is tested here and here.
What was wrong?
A common BroadcastConfig to use is BroadcastConfig(require_subscriber=False). It would be nice to have a constant for that so applications that are using the event bus can import it directly from lahja.
How can it be fixed?
-
Create a new constant
FIRE_AND_FORGET_BROADCASTINGinlahja/constants.py -
Import it in
lahja/__init__.pyso that it gets r
-
Updated
Aug 4, 2020 - C#
-
Updated
Jun 24, 2020 - Objective-C
-
Updated
May 24, 2018 - Kotlin
-
Updated
May 21, 2018 - TypeScript
-
Updated
Oct 12, 2020 - C#
-
Updated
Aug 13, 2018 - Java
-
Updated
Oct 29, 2020 - C#
-
Updated
Mar 18, 2019 - Kotlin
-
Updated
May 22, 2017 - PHP
-
Updated
Feb 10, 2020 - Go
-
Updated
Jan 25, 2019 - Java
Improve this page
Add a description, image, and links to the eventbus topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eventbus topic, visit your repo's landing page and select "manage topics."
使用mysql+kafka模式。用JMeter模拟1W数据2秒启动100个线程,循环100次,JMeter界面8s左右请求完毕,然后查看消费端,消费的很慢1s就三四十条左右,应该是发送端发送的慢,和这个测试基本一样 #416