-
#### Summary
Clean and simplify field paths in interceptor
#### Why do we need this?
To improve performance and clarity.
We also do not want our servers to blow up when someone passe…
-
There is no way to listen to all calls made on _GrpcClient_ . Only low level interceptors on OkHttp client are possible.
A listener should report method name and deserialized message. That would make…
-
```
We seem to be missing interceptors for a few frequent libc string functions.
They are not easy to handle even in asan-ified glibc, so we need interceptors
anyway.
Anyone?
```
Original issu…
-
I'm trying to implement simple security using Interception following the example in the documentation:
```java
@Before(except= {"register", "login"})
public void checkAuthentication(H.Ses…
-
### Is your feature request related to a problem? Please describe it.
This feature request is derived from #1181. At present, an `Interceptor`'s `receive(...)` and `send(...)` methods process…
-
For example, if I emit an event in https://github.com/newrelic-experimental/newrelic-nestjs-integration/blob/b8ba73e48450d1eec731d2514405c6dbb783058d/parent/src/cats.service.ts#L10
```ts
this.even…
-
### Describe the bug
All 2018-2022 model Odysseys and some Acuras have noisy gas pedals. This means that when using the Comma Pedal, the gas pedal registers false presses on the gas just due to how h…
-
I was wanting to create a custom method (to move to separate class later) that gets the list of Interceptors to add to the proxy.
I created a method
private IInterceptor[] GetInterceptors(Ch…
sevek updated
4 years ago
-
We should provide a simple security interceptor interface which should be implemented and deployed on the services layer. The interface should have a method which takes incoming Camel exchange and per…
-
`ValueConverters `and `IMaterializationInterceptor `are commonly recommended for handling decryption tasks. However, with the increasing use of Encryption as a Service (EaaS) solutions, such as Hash…