Aris Tzoumas

Results 21 issues of Aris Tzoumas

# Description During router transform, the transformer may erroneously return more than 1 job per input jobID. This results in: - sending the same event multiple times to the destination,...

with tests
server-team

# Description Pending unit testing ## Notion Ticket < Replace with Notion Link > ## Security - [x] The code changed/added as part of this pull request won't create any...

with tests
server-team

# Description Instead of starting a transaction eagerly, the default behaviour now defers it creation until the transaction is actually requested by the receiver funtion. This way, we no longer...

Ready for Review
with tests
server-team

# Description Removing old migrator code ## Notion Ticket [Link](https://www.notion.so/rudderstacks/8aac9087df644365acdf64e28e290153?v=6e06b0a5ade24f0aa5ffe05dc2972e84&p=b283f92d8cb84c2792fd257bcc61f385&pm=s) ## Security - [x] The code changed/added as part of this pull request won't create any security issues with how...

with tests
server-team

# Description Refactoring the `config` package and introducing the following features: 1. Support for multiple, independent config instances 2. Thread-safe initialization & reinitialization of config instances (including the default, singleton...

with tests
warehouse-team

# Description < Replace with adequate description for this PR as per [Pull Request document](https://www.notion.so/rudderstacks/Pull-Requests-40a4c6bd7a5e4387ba9029bab297c9e3) > ## Notion Ticket < Replace with Notion Link > ## Security - [ ]...

with tests
server-team

https://github.com/atzoum/reuseconn `reuseconn` is a linter that checks whether the HTTP response body is consumed and closed properly in a single function, so that the underlying TCP connection can be reused....

linter: new
blocked

**End-of-support** for AWS SDK for Go (v1) has been [announced](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/) and will be effective **July 31, 2025**. Are there any plans to [migrate](https://aws.github.io/aws-sdk-go-v2/docs/migrating/) `athenadriver` to use the AWS SDK for...

In the [GoDoc of http.Response](https://pkg.go.dev/net/http#Response) this rule is clearly described. > It is the caller's responsibility to close Body. The default HTTP client's Transport may not reuse HTTP/1.x "keep-alive" TCP...

Since undertow version 2.1.0.Final (feature UNDERTOW-1600), Undertow supports `SameSite=None` attributes in cookies, through the `SameSiteCookieHandler`. Unfortunately, it seems that quarkus-http has been left behind with undertow's latest developments. Are there...