Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是设置:一个 Android 智能手机,不断运行一个应用程序并向 Apache 服务器上的 Spring Boot 应用程序发送 HTTP 请求。服务器正在使用 Graylog Sidecar,它将日志发送到 Graylog 服务器。
所以我的问题是,除了将 http-Requests 从 Android 直接发送到 graylog 服务器之外,还有其他方法吗?甚至可能是 Sidecar 实现?
谢谢 :)