bloomberg / bloomberg/amqpprox
DNSHostnameMapper upgrade to C++17
Open
- 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
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