-
I've drafted some suggested text for the abstract and intro sections:
>Learn how to produce and consume messages to communicate between Java microservices in a standard way by using the Jakarta Mes…
-
The `dynamic-import` package does not work with a client-only app, so we need to bundle all imports while building statically.
A similar approach is done by `bundle-visualizer`. I could provide a P…
-
As we start to move to some more advancd functionality (_such as processing form submissions to create pull requests with changes)_, we should probably make a decision on what language we want our ser…
-
![image](https://user-images.githubusercontent.com/414141/189675623-dcb39c97-bfbc-4e0d-8c10-c54b262e5f4b.png)
Business goals are the foundation on which software systems are justified, analyzed, …
-
We use the Spring WebFlux project to develop Reactive Java API's. Our API is called by an AWS load balancer having a 30 second timeout. Traces work great under normal circumstances. Some of our API…
-
I really miss declarative service exporters.
I'm happy to see the declarative rsocket client option available, but the serverside still requires a ton of boilerplate. Creating controllers to mirror s…
-
Might be a lot of work, but let's consider support for federation
https://www.apollographql.com/docs/federation/managed-federation/overview/
-
Subscribe to this issue and stay notified about new [daily trending repos in Java](https://github.com/trending/java?since=daily)!
-
[BUG] socket.io 和 热更新 不兼容报错, 导致http服务停止
配置好 socket.io 后, 安装 热更新 hyperf/watcher
```bash
composer require hyperf/socketio-server
```
```php
// config/autoload/server.php
[
'name' => 's…
-
MongoDB 3.6 will contain an official [change notifications API](https://jira.mongodb.org/browse/SERVER-13932). Using that to observe changes should be much better than current oplog approach. We shoul…
mitar updated
4 years ago