-
Hi @mkobit again !!
So I succeed reproducing the issue I was talking on in the previous comment.
Before the steps I will try to present the dev environment:
We have two projects:
1. Pipeline…
-
GraalVM 20.3.0-java11
My gRPC server runs fine under GraalVM and generates the config with the agent. But when I try to create a native image it fails:
```
Fatal error:java.lang.InternalError: j…
-
# Proposed change
- Once I get this next version of my app released I need to read [The Joy of Kotlin](https://learning.oreilly.com/library/view/the-joy-of/9781617295362/)
# Why is this important
…
-
### Feature description
Hello, we'd like to using OpenTelemetry in our Kotlin Micronaut application. However, the OpenTelemetry Context doesn't seem to be preserved after the first coroutines suspens…
-
**Issue**
The Project is quite good, but it is quite old
**Task**
I am planning to migrate the same project in new tech with clean Architecture.
Planing to create project with below Tech
- Kotl…
-
* [x] Section 2.1 - Background
* [ ] Section 2.2 - Asynchronous data flows key concepts and design alternatives
* [ ] Section 2.3 - State of the Art
## Section 2.1 - Background
Describe backgr…
-
There is a service called `shareAccountInfoWithParty` that the gold-trading example uses for trading using accounts instead of nodes.
It would be useful if there was a function that shared **_all_*…
-
I am using report portal with Kotlin and TestNG and gradle as the build tool
```
compile group: 'com.epam.reportportal', name: 'agent-java-testng', version: '4.2.0'
```
When I run the tests vi…
-
## Use case
Any hot flow of limited size, or unlimited flow that can complete abnormally. Examples:
* A pipeline driven by external source (say, a streaming HTTP request parser producing a number …
-
Similar to the ideas expressed here: https://github.com/realm/realm-java/issues/5426 and as exposed by Cocoa here: https://github.com/realm/realm-swift/pull/7375
Projections would decouple the mode…