Git Product home page Git Product logo

blog's Issues

关于logstash集群负载均衡

您好,看了您的《ELK日志中心分布式架构的逐步演化》这篇文章,里面有提到了logstash集群间建立负载均衡,请问负载均衡有什么好的实现技术和实现方案吗?

关于 redis 实现搜索引擎的提问

suo

关于文章里面的,就是它最终交集产生了一个结果集,有提问如下:
得到这个结果集然后是根据id进行数据库查询吗?还是仍然在redis里又对应的数据,在redis里查询

授权申请

我个人开发了一个微信小程序,起初是做为尝试方便自己查看 GitHub 的开源项目和书籍,但是后续使用人数逐渐增多了。
考虑到小程序上展示的项目都有对应的开源许可,可能会涉及对部分项目的侵权。
我们观察到您的项目并没有在 GitHub 上设置任何的开源许可,所以想向您申请相关的许可,许可包括允许在小程序上展示和查看。
以下是小程序的二维码,可以扫码查看。
qrcode
如果您觉得我已经侵犯了您的权利,请告知我,我将第一时间移除。

socketChannel.connect(remote);是否可能返回true

SocketChannel在non-blocking mode下,是否有可能调用socketChannel.connect(remote);时直接链接成功就返回了true,如果是这样的话那后面注册的OP_CONNECT还能select()到嘛?

socketChannel.configureBlocking(false);
socketChannel.connect(remote);
�socketChannel. register( selector, SelectionKey. OP_ CONNECT| SelectionKey. OP_ READ);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.