pub-sub
Here are 109 public repositories matching this topic...
-
Updated
May 16, 2020 - Shell
-
Updated
May 30, 2020 - Java
-
Updated
Dec 4, 2019 - Swift
-
Updated
Dec 10, 2019 - Go
Hello,
I am hosting both client and WampHost in ASP.NET Core application. Was trying to use WampChannelReconnector to enable reconnection, but when I stop my WampHost application reconnection not always happening. Sometimes it is happening, but as I stop/start my host at some point it stops, or might not be triggered even once.
From the logs I am getting this error in my client application:
-
Updated
Aug 13, 2018 - Java
-
Updated
Apr 29, 2020 - Java
Currently, After we create a partitioned topic, for a topic that has no producer/consumer created on it,
running command
bin/kafka-run-class.sh kafka.tools.GetOffsetShell --broker-list 127.0.0.1:9092 --topic topic8 --time -1
will return
"Topic topic8 does not exist".
The Extensions.Logging has become the standard for .NET as an logging abstraction. We should use it instead of the older Common.Logging.
-
Updated
Jan 6, 2020 - C#
-
Updated
May 30, 2020 - Java
-
Updated
Mar 7, 2020 - C#
-
Updated
Dec 25, 2019
-
Updated
Feb 29, 2020 - Python
-
Updated
Jan 17, 2016 - Python
-
Updated
Apr 30, 2020 - Kotlin
Currently, query parameter values are kept on navigation since they could be relevant to the target, and individual widgets should not be concerned with collecting/keeping parameters that are not relevant for themselves.
However, sometimes this means that query parameters start accumulating, and are kept on pages where they have no meaning. It should be possible to determine a set of "relevan
-
Updated
Oct 16, 2018 - C++
-
Updated
Apr 2, 2018 - Elixir
-
Updated
May 14, 2020 - Shell
-
Updated
Aug 11, 2017
-
Updated
Mar 21, 2019
-
Updated
Feb 27, 2020 - JavaScript
- edit/revise the README to reflect the actual public interface
- be sure to document all configuration options (create a wiki page if needed)
- Write doc comments for all public classes, methods, constants, etc.
- Add chasqui to rubydoc.info
- update the examples to reflect the actual public interface https://github.com/jbgo/chasqui/tree/master/examples
-
Updated
Feb 20, 2018 - Go
-
Updated
Nov 1, 2019 - Python
Improve this page
Add a description, image, and links to the pub-sub topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pub-sub topic, visit your repo's landing page and select "manage topics."
If we connect to a secure server we should return
tls://as prefix even if not specified inConnect()call.