Skip to content
#

kestrel

Here are 41 public repositories matching this topic...

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM

  • Updated May 31, 2020
  • C#
bendyer
bendyer commented Apr 18, 2020

Example:

$ cat Example.kdl
@type Example : "exmp" {
}

Output:

$ bin/kdl -o ../kdl-out/ Example.kdl
libc++abi.dylib: terminating with uncaught exception of type std::logic_error: [kdl::sema::parser] Attempted to access lexeme beyond end of stream.
Abort trap: 6

It'd be nice if the message was something like Example.kdl:L2:1 - Expected ';' at end of file.

Improve this page

Add a description, image, and links to the kestrel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kestrel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.