rest.li icon indicating copy to clipboard operation
rest.li copied to clipboard

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.

Results 99 rest.li issues
Sort by recently updated
recently updated
newest added

Fix for idl/snapshot task failing with IOException when compat summary is not generated/ or is empty.

Currently, the documentation mentions that Action methods can return "Custom types", but that's about it. It's not clear that in order to do so, the `returnTyperef` attribute of the `@Action`...

documentation

It seems like Pegasus will do some parsing of documentation tags and spit out the "parsed" strings into the javadoc. This actually makes it invalid. Example: ``` // some enum...

backlog

See https://github.com/linkedin/datahub/issues/1966 for more details. tl;dr generate absolute path (with the leading `/`) instead of relative (w/o the leading `/`).

Subset: {0=1.0, 1=1.0, 2=1.0, 3=1.0, 4=1.0, 5=1.0, 6=1.0, 7=1.0, 8=1.0, 9=1.0, 10=1.0, 11=1.0, 12=1.0, 13=1.0, 14=1.0, 15=1.0, 16=1.0, 17=1.0, 18=1.0, 19=1.0, 20=1.0, 21=1.0, 22=1.0, 23=1.0} [100, 100, 100, 100, 100,...

Test result: [100, 100, 100, 100, 100, 80, 85, 90, 95, 75, 55, 35, 40, 20, 25, 5, 1, 2, 4, 8, 1] [100, 100, 100, 100, 100, 100, 80,...

**Background** Recently voyager-api found another blocking call that caused a host being shutdown manually after all threads are blocked. After taking a look into the log, we found that there...

Allow consumers to provide a custom predicate to determine whether an exception is retryable.

@marslan points me to this https://github.com/linkedin/rest.li-api-hub seems it is meant to crawl rest.li endpoints and generate documentations. I tried to get the latest build which pointed to rest.li's website. but...

Although there's documentation for how optional fields are serialized (i.e. omitted rather than `null` if not set), there's no clear documentation on how a field with a default value is...

documentation