Skip to content
#

agent

Here are 993 public repositories matching this topic...

Recaf
Col-E
Col-E commented Nov 14, 2021

Describe the bug

Any call to Desktop.browse(...) freezes Recaf on Linux machines with GNOME

To Reproduce

  • Say "yes" to opening the documentation
  • Help > System info > open recaf directory

The Solution

From: https://stackoverflow.com/questions/23176624/javafx-freeze-on-desktop-openfile-desktop-browseuri

if( Desktop.isDesktopSupported() )
{
    new T
kaylareopelle
kaylareopelle commented Feb 18, 2022

Is your feature request related to a problem? Please describe.

Performance is very important to the New Relic Ruby Agent. Even small adjustments can make a huge difference in our customers' environments. lib/new_relic/constants.rb includes constant definitions for EMPTY_HASH, EMPTY_ARRAY, and EMPTY_STRING. There are some calls to the values these constants hold that could be replaced with t

good first issue help wanted enhancement
JeffPhoneix
JeffPhoneix commented Apr 15, 2022

每Pipeline实现多Sink存在的问题在于:
1 多Sink时,如何解决单个Sink写下游失败时的重试的问题?
2 多Sink时,如何解决不同Sink的不同拦截器配置的问题?业务侧可能会想要不同Sink下游的数据中有不同的Intercepter配置呢?

从代码看已经实现了 sink.Interceptor可以与Sink关联 这个特性。
是否借助这个特性其实就可以解决以上两个问题了?

问题1 的解法
retry interceptor 与特定的Sink关联,这样就可以在不同的Sink间做独立的重试。
此时比如2个Sink其中有一个的下游阻塞了,则重试行为是同一个pipeline的不同sink应该都阻塞。
Roadmap计划是做成这个效果吗?

问题2的解法
为不同的Sink指定不同的拦截器,这样就可以解决不同数据下游需要不同处理

good first issue

a unique framework for cybersecurity simulation and red teaming operations, windows auditing for newer vulnerabilities, misconfigurations and privilege escalations attacks, replicate the tactics and techniques of an advanced adversary in a network.

  • Updated Mar 27, 2022
  • Pascal

Improve this page

Add a description, image, and links to the agent topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the agent topic, visit your repo's landing page and select "manage topics."

Learn more