我有以下的要求,是否有任何开放源码库将涵盖所有这些。
1.We are building a distributed micro service architecture with Spring Boot.Which includes more than 100 micro services.
2.There is a lot if inter micro service communications possible to achieve single transaction.
3.We want to trace every micro service call and the trace
1-在使用POC for sleuth时,我们发现,如果对启用了slueth的应用程序的传入请求具有跟踪/范围和父ids,则它们会向前传播,并且不会生成新的ids。然而,这似乎只有在所有3个都存在的情况下才有效。我们尝试在请求标头中仅使用跟踪id,但侦探生成了一个新的跟踪id -请确认是否所有3个都需要存在才能成功传播。
2-我们有多个相互通信的微服务。其中一些是直接从UI层调用的,而另一些则是从非侦察应用程序调用的。在这两种情况下,128位UUID都作为跟踪id发送到请求中。如果我们想使用sleuth,我们需要从UI层和非sleuth应用程序生成sleuth兼容的64位If,以便在请求执行期
我已经尝试了我能想到的所有设置,例如.clear()和.typeahead('destroy'),一旦我将源设置为远程,我就不能让typeahead使用本地源。
有什么想法吗?
下面是名为onclick的代码
var create_typeahead = function(is_remote, titles){
filters_typeahead.typeahead('destroy');
if(is_remote){
var remote_url = titles;
var titles = new Bloodhou