Commit graph

5 commits

Author SHA1 Message Date
Christian Schaible (EXT)
618be58a26 Merged PR 752362: feat: Apply stricter linter rules
Security-concept-update-needed: false.

JIRA Work Item: STACKITALO-184
2025-03-25 08:40:27 +00:00
Christian Schaible
5742604629 Merged PR 716929: feat: Replace AMQP connection management
So far the SDK provided a messaging API that was not thread-safe (i.e. goroutine-safe). Additionally the SDK provided a MutexAPI which made it thread-safe at the cost of removed concurrency possibilities. The changes implemented in this commit replace both implementations with a thread-safe connection pool based solution.

The api gateway is a SDK user that requires reliable high performance send capabilities with a limit amount of amqp connections. These changes in the PR try address their requirements by moving the responsibility of connection management into the SDK. From this change other SDK users will benefit as well.

Security-concept-update-needed: false.

JIRA Work Item: STACKITALO-62
2025-01-27 13:23:54 +00:00
Christian Schaible
cc53ba4126 Merged PR 680123: fix: Remove unnecessary interface pointers
Related work items: #697212
2024-11-14 13:30:25 +00:00
Christian Schaible
52592e6b6b Merged PR 672118: feat: Remove user provided trace-parent and trace-state
Related work items: #692181
2024-11-04 13:55:10 +00:00
Christian Schaible
9337231a6f Merged PR 666097: feat: Add implementation of core library
Related work items: #687250
2024-10-30 10:32:07 +00:00