英文: Is it bad practice to put additional claims for authorization 问题 我想在我的微服务项目上实现授权层。我有3个微服务:custom...
将用Go编写的微服务合并为一个二进制文件。
英文: Merge micro-services written in Go into one binary 问题 我的应用程序由几个使用Golang编写的程序组成,这些程序在Docker/Kuber...
grpc-gateway: 定义(proto文件)与重定向不匹配
英文: grpc-gateway: redirect missmatch with the defination (proto file) 问题 我使用grpc-gateway来为我的grpc服务托管...
如何从不同的Js和Go框架配置Kafka环境以传输JSON数据?
英文: How to configure Kafka environment from different frameworks of Js and Go to ship JSON 问题 我正在构建一...
当到达预定时间时,如何触发 API 调用?
英文: How to trigger an Api call when it's the scheduled time 问题 我正在构建一个简单的平台,允许Twitter用户按照自己选择的时间...
如何知道消息在RabbitMQ中的位置
英文: How to know where a message is in RabbitMQ 问题 我正在使用Go编写一个服务,并使用RabbitMQ进行消息传递。我需要在消息头中添加信息,该信息应包...
Choose an SQL driver at runtime in Golang when drivers have the same name
英文: Choose an SQL driver at runtime in Golang when drivers have the same name 问题 我想知道在Golang中是否有一种方法...
How to do integration test for a service that depends on another service in a microservice environment?
英文: How to do integration test for a service that depends on another service in a microservice envir...
如何通过Go将消息传递给NestJS,并使用RabbitMQ进行消费?
英文: how to pass a message from go and consuming it from nestjs with rabbitmq? 问题 我有一个go服务,它将消息发布到rab...
gRPC生成的文件没有JSON定义。
英文: gRPC generated file doesn't have json definition 问题 我正在尝试从proto文件生成Go文件,但方法的输入定义中没有json定义。我应...
12