bloomberg / bloomberg/amqpprox

DNSHostnameMapper upgrade to C++17

Open
#5 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
84
Forks
20
Avg merge
16h 38m
Merged PRs (30d)
4

Description

Now we're using C++17 for this project, the `boost::shared_mutex` can be converted over to a `std::shared_mutex`.

Contributor guide

Open the contributing guide

Research direction

Start by locating the DNSHostnameMapper implementation and inspect its use of boost::shared_mutex. Replace that synchronization type with the C++17 standard equivalent, then build the project and run its existing checks to confirm the mapper still works.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
networking
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.