René's URL Explorer Experiment


Title: 【开源自荐】hippo4j,强大的动态线程池框架,附带监控报警功能 · Issue #25 · CodingDocs/awesome-java · GitHub

Open Graph Title: 【开源自荐】hippo4j,强大的动态线程池框架,附带监控报警功能 · Issue #25 · CodingDocs/awesome-java

X Title: 【开源自荐】hippo4j,强大的动态线程池框架,附带监控报警功能 · Issue #25 · CodingDocs/awesome-java

Description: Guide 哥好,自荐下我开源的动态线程池框架:hippo4j 推荐项目 类别:Java 亮点: 多种模式 - 支持基于配置中心的轻量级依赖,以及自带控制台的无依赖中间件版本。 全局管控 - 通过 hippo4j 管理应用中的线程池,避免胡乱定义线程池,造成项目资源浪费。 动态变更 - 应用运行时动态变更线程池参数,并支持某一个实例变更。 通知报警 - 内置四种报警通知策略,线程池活跃度、容量水位、拒绝策略以及任务执行时间超长。 运行监控 - 实时查看线程池运行时数据,...

Open Graph Description: Guide 哥好,自荐下我开源的动态线程池框架:hippo4j 推荐项目 类别:Java 亮点: 多种模式 - 支持基于配置中心的轻量级依赖,以及自带控制台的无依赖中间件版本。 全局管控 - 通过 hippo4j 管理应用中的线程池,避免胡乱定义线程池,造成项目资源浪费。 动态变更 - 应用运行时动态变更线程池参数,并支持某一个实例变更。 通知报警 - 内置四种报警通知策略,线程池活跃度、容...

X Description: Guide 哥好,自荐下我开源的动态线程池框架:hippo4j 推荐项目 类别:Java 亮点: 多种模式 - 支持基于配置中心的轻量级依赖,以及自带控制台的无依赖中间件版本。 全局管控 - 通过 hippo4j 管理应用中的线程池,避免胡乱定义线程池,造成项目资源浪费。 动态变更 - 应用运行时动态变更线程池参数,并支持某一个实例变更。 通知报警 - 内置四种报警通知策略,线程池活跃度、容...

Opengraph URL: https://github.com/CodingDocs/awesome-java/issues/25

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"【开源自荐】hippo4j,强大的动态线程池框架,附带监控报警功能","articleBody":"Guide 哥好,自荐下我开源的动态线程池框架:hippo4j\r\n\r\n## 推荐项目\r\n\r\n- 类别:Java\r\n\r\n- 亮点:\r\n\r\n  - 多种模式 - 支持基于配置中心的轻量级依赖,以及自带控制台的无依赖中间件版本。\r\n  - 全局管控 - 通过 hippo4j 管理应用中的线程池,避免胡乱定义线程池,造成项目资源浪费。\r\n  - 动态变更 - 应用运行时动态变更线程池参数,并支持某一个实例变更。\r\n  - 通知报警 - 内置四种报警通知策略,线程池活跃度、容量水位、拒绝策略以及任务执行时间超长。\r\n  - 运行监控 - 实时查看线程池运行时数据,以及最近半小时线程池运行数据图表展示。\r\n  - 中间件适配 - Alibaba Dubbo、RocketMQ、RabbitMQ、SpringCloud Hystrix、Tomcat 等线程池运行时数据查看和线程数变更。\r\n\r\n- 示例代码:\r\n\r\n定义动态线程池:\r\n\r\n```java\r\n@Bean\r\n@DynamicThreadPool\r\npublic Executor sendMessageConsumeDynamicThreadPool() {\r\n    String threadPoolId = \"send-message-consume\";\r\n    ThreadPoolExecutor sendMessageConsume = ThreadPoolBuilder.builder()\r\n            .threadPoolId(threadPoolId)\r\n            .threadFactory(threadPoolId)\r\n            .dynamicPool()\r\n            .build();\r\n    return sendMessageConsume;\r\n}\r\n```\r\n\r\n使用动态线程池:\r\n\r\n```java\r\n@Resource\r\nprivate Executor sendMessageConsumeDynamicThreadPool;\r\n```\r\n\r\n- 截图:\r\n\r\n![](https://user-images.githubusercontent.com/77398366/187411916-8f449b31-e6b8-43ec-a05f-e053993ff646.png)\r\n\r\n![](https://user-images.githubusercontent.com/77398366/188109468-7f196d92-c1ca-4789-bddd-c56c684ce6db.png)\r\n\r\n\r\n- 后续更新计划:\r\n\r\n  - 线程池参数动态变更时,判断当前容器 CPU 占比,过高则提示操作者是否继续修改。\r\n  - 线程池参数动态变更时,加入审核机制;变更后将该配置持久化,方便配置回滚。\r\n  - 控制台和报警通知加入国际化支持。\r\n  - 支持 H2 数据库,通过 Docker 快速部署服务,不需要依赖其它数据库。\r\n  - 支持 Dubbo EagerThreadPoolExecutor 线程池模型。\r\n  - 支持 Etcd、Consul 配置中心动态调整参数。\r\n\r\n","author":{"url":"https://github.com/magestacks","@type":"Person","name":"magestacks"},"datePublished":"2022-09-15T13:58:35.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/25/awesome-java/issues/25"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2b4c34f7-f2b0-d2de-fead-fe65bc659dd6
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBFB6:7F615:BFC051:1027561:69699A34
html-safe-nonce097bc8989eeaa814c0da293ae4da2b64f25bdd72c02fd3e2d6ba846c1876c575
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRkI2OjdGNjE1OkJGQzA1MToxMDI3NTYxOjY5Njk5QTM0IiwidmlzaXRvcl9pZCI6IjU3NTg4NTk1MDAwODc5MzY1MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacdde8e0a68f0ff68eb9a706947272f6eb0a949ac90b1bd282d7d2b056cb4289db
hovercard-subject-tagissue:1374576405
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/CodingDocs/awesome-java/25/issue_layout
twitter:imagehttps://opengraph.githubassets.com/aece0fcc906bab65fb99a932dd4cb5ae68e2f5884ce89912a74aea8c5d76eae0/CodingDocs/awesome-java/issues/25
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/aece0fcc906bab65fb99a932dd4cb5ae68e2f5884ce89912a74aea8c5d76eae0/CodingDocs/awesome-java/issues/25
og:image:altGuide 哥好,自荐下我开源的动态线程池框架:hippo4j 推荐项目 类别:Java 亮点: 多种模式 - 支持基于配置中心的轻量级依赖,以及自带控制台的无依赖中间件版本。 全局管控 - 通过 hippo4j 管理应用中的线程池,避免胡乱定义线程池,造成项目资源浪费。 动态变更 - 应用运行时动态变更线程池参数,并支持某一个实例变更。 通知报警 - 内置四种报警通知策略,线程池活跃度、容...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemagestacks
hostnamegithub.com
expected-hostnamegithub.com
None3542e147982176a7ebaa23dfb559c8af16f721c03ec560c68c56b64a0f35e751
turbo-cache-controlno-preview
go-importgithub.com/CodingDocs/awesome-java git https://github.com/CodingDocs/awesome-java.git
octolytics-dimension-user_id80885507
octolytics-dimension-user_loginCodingDocs
octolytics-dimension-repository_id226310377
octolytics-dimension-repository_nwoCodingDocs/awesome-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id226310377
octolytics-dimension-repository_network_root_nwoCodingDocs/awesome-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseaf80af7cc9e3de9c336f18b208a600950a3c187c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/CodingDocs/awesome-java/issues/25#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FCodingDocs%2Fawesome-java%2Fissues%2F25
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FCodingDocs%2Fawesome-java%2Fissues%2F25
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=CodingDocs%2Fawesome-java
Reloadhttps://github.com/CodingDocs/awesome-java/issues/25
Reloadhttps://github.com/CodingDocs/awesome-java/issues/25
Reloadhttps://github.com/CodingDocs/awesome-java/issues/25
CodingDocs https://github.com/CodingDocs
awesome-javahttps://github.com/CodingDocs/awesome-java
Notifications https://github.com/login?return_to=%2FCodingDocs%2Fawesome-java
Fork 1.6k https://github.com/login?return_to=%2FCodingDocs%2Fawesome-java
Star 9.4k https://github.com/login?return_to=%2FCodingDocs%2Fawesome-java
Code https://github.com/CodingDocs/awesome-java
Issues 14 https://github.com/CodingDocs/awesome-java/issues
Pull requests 0 https://github.com/CodingDocs/awesome-java/pulls
Actions https://github.com/CodingDocs/awesome-java/actions
Projects 0 https://github.com/CodingDocs/awesome-java/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/CodingDocs/awesome-java/security
Please reload this pagehttps://github.com/CodingDocs/awesome-java/issues/25
Insights https://github.com/CodingDocs/awesome-java/pulse
Code https://github.com/CodingDocs/awesome-java
Issues https://github.com/CodingDocs/awesome-java/issues
Pull requests https://github.com/CodingDocs/awesome-java/pulls
Actions https://github.com/CodingDocs/awesome-java/actions
Projects https://github.com/CodingDocs/awesome-java/projects
Security https://github.com/CodingDocs/awesome-java/security
Insights https://github.com/CodingDocs/awesome-java/pulse
New issuehttps://github.com/login?return_to=https://github.com/CodingDocs/awesome-java/issues/25
New issuehttps://github.com/login?return_to=https://github.com/CodingDocs/awesome-java/issues/25
【开源自荐】hippo4j,强大的动态线程池框架,附带监控报警功能https://github.com/CodingDocs/awesome-java/issues/25#top
https://github.com/magestacks
https://github.com/magestacks
magestackshttps://github.com/magestacks
on Sep 15, 2022https://github.com/CodingDocs/awesome-java/issues/25#issue-1374576405
https://user-images.githubusercontent.com/77398366/187411916-8f449b31-e6b8-43ec-a05f-e053993ff646.png
https://user-images.githubusercontent.com/77398366/188109468-7f196d92-c1ca-4789-bddd-c56c684ce6db.png
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.