knsq | A NSQ client library written in Kotlin

 by   abusix Kotlin Version: 1.4.0 License: MIT

kandi X-RAY | knsq Summary

kandi X-RAY | knsq Summary

knsq is a Kotlin library. knsq has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

A NSQ client library written in Kotlin, some parts based on nsqj.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              knsq has a low active ecosystem.
              It has 6 star(s) with 0 fork(s). There are 3 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              knsq has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of knsq is 1.4.0

            kandi-Quality Quality

              knsq has 0 bugs and 0 code smells.

            kandi-Security Security

              knsq has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              knsq code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              knsq is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              knsq releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              It has 5011 lines of code, 272 functions and 46 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of knsq
            Get all kandi verified functions for this library.

            knsq Key Features

            No Key Features are available at this moment for knsq.

            knsq Examples and Code Snippets

            knsq,Getting started,Subscribe
            Kotlindot img1Lines of Code : 18dot img1License : Permissive (MIT)
            copy iconCopy
            val subscriber = Subscriber("nsqlookupd.example.org:4161")
            
            val subscription = subscriber.subscribe("sample.topic", "channel", { msg ->
                println(msg)
            }, onFailedMessage = { msg ->
                println("Message failed too many times: $msg")
            }, onExcep  
            knsq,Getting started,Publish data
            Kotlindot img2Lines of Code : 14dot img2License : Permissive (MIT)
            copy iconCopy
            val pub = Publisher("nsqd.example.org:4150")
            
            pub.onException = {
                // handle async exceptions here
                println(it)
            }
            
            // sync publish
            pub.publish("sample.topic", "Hello!".toByteArray())
            
            // async buffered publish for better performance and through  
            knsq,Maven and gradle configuration
            Kotlindot img3Lines of Code : 8dot img3License : Permissive (MIT)
            copy iconCopy
            
                com.abusix
                knsq
                1.3.1
            
            
            dependencies {
              compile 'com.abusix:knsq:1.3.1'
            }
              

            Community Discussions

            No Community Discussions are available at this moment for knsq.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install knsq

            You can download it from GitHub.

            Support

            Dokka: https://abusix.gitlab.io/ai/evprocessing/knsq/dokka/htmlJavaDoc: https://abusix.gitlab.io/ai/evprocessing/knsq/dokka/javadoc
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
            Maven
            Gradle
            CLONE
          • HTTPS

            https://github.com/abusix/knsq.git

          • CLI

            gh repo clone abusix/knsq

          • sshUrl

            git@github.com:abusix/knsq.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link