fabric icon indicating copy to clipboard operation
fabric copied to clipboard

Realtime stream processing framework for apache mesos / marathon

Results 7 fabric issues
Sort by recently updated
recently updated
newest added

Hi @shaikidris @shashankg @satks , I am consuming messages/event from a Kafka topic. Retryer in PipelineStage class is created with "neverStop" stop strategy. If there is an exception in event...

Bumps [undertow-core](https://github.com/undertow-io/undertow) from 2.2.11.Final to 2.2.24.Final. Commits 1c15c29 Prepare 2.2.24.Final d8f06aa Merge pull request #1457 from fl4via/2.2.x_backport_bug_fixes f0a0f24 [UNDERTOW-2252] Potential fix for the SslConduit.dataToUnwrap buffer leak 1302c8c [UNDERTOW-2239] CVE-2023-1108 At...

dependencies

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps [jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.5.3 to 2.7.8. Commits f34ec6c [maven-release-plugin] prepare release jackson-dataformat-xml-2.7.8 eeff2c3 prepare for 2.7.8 48759e9 prepare for 2.7.8 09db8e1 Fix #210 dadd11e [maven-release-plugin] prepare for next development iteration...

dependencies

Bumps [jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.5.1 to 2.7.8. Commits f34ec6c [maven-release-plugin] prepare release jackson-dataformat-xml-2.7.8 eeff2c3 prepare for 2.7.8 48759e9 prepare for 2.7.8 09db8e1 Fix #210 dadd11e [maven-release-plugin] prepare for next development iteration...

dependencies

I tried to create the processor project but the build failed. mvn archetype:generate -DarchetypeGroupId=com.olacabs.fabric -DarchetypeArtifactId=fabric-processor-archetype -DarchetypeVersion=0.0.1-SNAPSHOT -DartifactId= -DgroupId= -DinteractiveMode=ture

Hi Idris/Sathish How your wordCount HashMap in the sample code is going to be behave in clustered environment? Br Harvinder