Pierre Fersing
Pierre Fersing
I don't think it's valid to always remove the port. > If no port is included, the default port for the service requested is implied (e.g., 443 for an HTTPS...
I've hit the same issue with Zipkin 3.1 using Docker compose: ``` version: '3.2' services: cassandra: image: cassandra:4.1.3 environment: # Limit memory usage. - MAX_HEAP_SIZE=128M - HEAP_NEWSIZE=24M zipkin: image: openzipkin/zipkin:3.1...
The create table I've used is the one from https://github.com/openzipkin/zipkin/blob/9acae647cc9e6f28b0ff8429cb1883cfe33c628c/zipkin-storage/cassandra/src/main/resources/zipkin2-schema-indexes.cql#L52 I've assumed it the one used by auto-install and that the error was just hidden (I didn't saw it on...
It's good for me. The issue i had was that zipkin wasn't working with Cassandra 4 without visible reason. Now there is the error message with instruction to fix it....
Is there something missing for this PR ?
I've updated the pull request to include a 'DeltaPerSecond' configuration parameter. It defaults to 'no' : old behavior. Their is only one little change in old behavior : io_inprogress is...
Thank for your contribution.
@Flock1993 on you initial logs, there is one thing that look really odd: ``` INFO:MqttCon:Device disconnected with result code: 16 INFO:MqttCon:Device disconnected with result code: 16 INFO:MqttCon:SYSTEM: Sending CONNECT (u0,...
I believe you didn't provided the full traceback. Please report full traceback when submitting bug report. I believe something similar to the following is missing: ``` TypeError: Client.__init__() missing 1...
> Is it a good idea to provide a default value for API_VERSION for avoiding the AttributeError? Any thoughts? I think of this... but it means each time the default...