knsq | A NSQ client library written in Kotlin
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.
A NSQ client library written in Kotlin, some parts based on nsqj.
Support
Quality
Security
License
Reuse
Support
knsq has a low active ecosystem.
It has 6 star(s) with 0 fork(s). There are 3 watchers for this library.
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
Quality
knsq has 0 bugs and 0 code smells.
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.
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.
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
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of knsq
knsq Key Features
No Key Features are available at this moment for knsq.
knsq Examples and Code Snippets
Copy
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
Copy
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
Copy
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page