Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Narvalex/EventCentric issues and pull requests
#174 - Make infinite retries with warnings in a log (text of in signalR) when can not connect to the database
Issue -
State: open - Opened by Narvalex over 8 years ago
Labels: enhancement, feature
#173 - Use ADO.NET in the awaiter of transactions
Issue -
State: open - Opened by Narvalex over 8 years ago
Labels: performance
#172 - Test if the timeout occurs of the ocassionally connected source in server
Issue -
State: open - Opened by Narvalex over 8 years ago
Labels: testing
#171 - Test errors that ocurrs when two ocassionally connected sources thar has the same streamType tries to update the server
Issue -
State: closed - Opened by Narvalex over 8 years ago
- 1 comment
Labels: bug
#170 - Index in all sql queries
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: performance
#169 - Test stream query. I think is broken
Issue -
State: open - Opened by Narvalex over 8 years ago
Labels: bug, testing
#168 - The denormalizer should not publish useless event ReadModelUpdated
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement, performance
#167 - Add compresion and encryption options in transport layer
Issue -
State: open - Opened by Narvalex over 8 years ago
Labels: feature
#166 - A consistent igonre API, that always updates subscription version
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement, performance
#165 - Subscription version cache
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement, performance
#164 - Try add hash key to stream id and check all indexes in all tables.See NEventStore implementation of primary keys
Issue -
State: closed - Opened by Narvalex over 8 years ago
- 2 comments
Labels: performance
#163 - Make a subscription from a Single SteamId (Subscription Repository)
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature, Critical
#162 - Update / cancel subscription on the fly API
Issue -
State: open - Opened by Narvalex over 8 years ago
Labels: feature, Low priority
#161 - Make default the incoming payload skipping
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement, performance
#160 - Make the event store igonore incoming events of type (cloaked)
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement, Critical
#159 - IBus Resolution in EventSystem, to add subscriptions on the fly, and add ocassionaly connected sources in the server
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature
#158 - IPollableSource Resolution in EventSystem
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature
#157 - ocassionally connected source is very unoptimized, and can potentially create a bug (needs timeout)
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: bug
#156 - Create an extension method for IEvent to enable idempotency. E.g. IEvent.WithIdempotency(Guid idempotencyId);
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement
#155 - Make a processor API that process the messages synchronously, like "T Process<T>(Message message)"
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature
#154 - The publisher needs to be configurable to publish only events that meet some criteria
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature, Critical
#153 - Echo interface, echo an event
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature
#152 - Handler needs allow a message to have its own event ID for idempotence. Or provide an api
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature, Critical
#151 - Handler needs to be configured to enable deduplication before handling a message
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature, Critical
#150 - The in memory bus needs a check when an assembly could not be loaded
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: Critical
#149 - Remove thread creation for each polling. Instead add dedicated threads for long polling, with recursion
Issue -
State: closed - Opened by Narvalex over 8 years ago
- 1 comment
Labels: performance
#148 - Create an optimized ado.net subscription repository
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: Low priority
#147 - Improve microservice boot initialization (get ride of awaiters)
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement
#146 - Implement the Thread creation of Greg's Event Store to check if performance can be improved, instead of Task Parallel Library
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: Critical, performance
#145 - Imlement the On The Fly Remote subscription creator
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature, Critical
#144 - There is a big bug when restarting. Loosing references to processor.
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: bug, Critical
#143 - Restart support
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature
#142 - Create a queue for incoming messages in the processor/handler (like the app service)
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: performance
#141 - Create performance monitor for system handlers (to detect bottlenecks)
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: Low priority
#140 - There is a racy condition, the first error while polling that gives when the consumer is faster than the publisher
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: bug
#139 - Remove Atomic increment in event collection version since it is updated within a lock
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: performance
#138 - Check volatile long performance impact in EventStore
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: performance
#137 - Check Sequential Guid performance impact, the easy way (just change interface implementation)
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: performance
#136 - Create an slim version of the inbox (without payloads), to reduce disk usage
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement, feature, performance
#135 - Add support for .net 4
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature
#134 - Improve performance with compiled lambdas in Event Sourced base class and HandlerOf<T> base class
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement
#133 - Create samples to showcase the framework
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: Low priority
#132 - Poller needs to safely ignore messages that can not deserialize
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: bug, enhancement
#131 - Remove dependency of the microservice factory of the poller config
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement
#130 - The AwaitEventuallyConsistentResult should be implemented in ADO.NET, to not waste CPU
Issue -
State: closed - Opened by Narvalex over 8 years ago
- 1 comment
Labels: enhancement
#129 - Add tests to discover race conditions and validate current code
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: Low priority
#128 - Enable High Availability with Replica Clustering with Paxos Algorithm
Issue -
State: closed - Opened by Narvalex over 8 years ago
- 1 comment
Labels: feature
#127 - Add InMemory mode
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: feature
#126 - Make the repository available for SQL Server Compact
Issue -
State: closed - Opened by Narvalex over 8 years ago
- 1 comment
Labels: feature
#125 - Stop make the App Service serialize each messages that arrives in order to send to the poller
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement
#124 - Make the event store commits on each process, seed identity for event collection version from SQL Server.
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: bug, Critical
#123 - The event store commit need to handle error on commit!
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: bug
#122 - StreamQuery need to be optimized in order to mark an event as processed eficciently
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement
#121 - Tracing usability
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement
#120 - Remove the version checking for OCC and instead try to just update the base url with a constant that changes... (like "base/v2")
Issue -
State: closed - Opened by Narvalex over 8 years ago
- 1 comment
Labels: enhancement
#119 - Make the logging use the thread that calls is and stop using a new thread for each logging.
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement
#118 - Make the logging configurable (verbose: on/off)
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement
#117 - Deprecate heartbeating table schema (not that useful)
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement
#116 - Subscribe from a Denormalizer (for integration with Legacy Systems is very useful)
Issue -
State: closed - Opened by Narvalex over 8 years ago
- 1 comment
Labels: feature, testing
#115 - Create a push subscription type for occasionally connected clients
Issue -
State: closed - Opened by Narvalex over 8 years ago
Labels: enhancement, feature
#114 - Test event forwading
Issue -
State: closed - Opened by Narvalex over 8 years ago
- 1 comment
Labels: feature, testing
#113 - A more functional like quering model, with interfaces
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: feature
#112 - Continues query from a given version untill drop, for realtime notifications
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: enhancement
#111 - Add a web api in the event source controller to expose current server status (maybe reuse heartbeating)
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: enhancement
#110 - Massive serializacion test (a 100.000 names list serializing)
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: testing
#109 - Improve the await eventually consistent result if needed. Need a perf test
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: enhancement
#108 - Make the multinode client throw exceptions when can not establish connectio to the node
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: bug, enhancement, Critical
#107 - To extract a memento from the test helper needs to test serialization in order to test the memento
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: feature
#106 - Test helper for processor needs a given that returns an aggregate, needs to be more intuitive
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: feature
#105 - Add performance indicator on a server, with PerfSurf example from Scott Allen On Pluralsight Signar R Course
Issue -
State: closed - Opened by Narvalex almost 9 years ago
- 2 comments
Labels: enhancement
#104 - Alter EventCollection and Stream Collection as an Index in the Db to improve performance
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: enhancement
#103 - Local and utc times for events in store
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: enhancement, feature
#102 - Temporal queries capabilities
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: feature
#101 - Write more tests to improve reliability
Issue -
State: closed - Opened by Narvalex almost 9 years ago
Labels: enhancement, testing
#100 - Node namig with a slug generator (like the one from Microsoft CQRS Journey)
Issue -
State: closed - Opened by Narvalex almost 9 years ago
- 1 comment
Labels: enhancement
#99 - Create a volatile subscription type, for subscribe only to new incoming events, and not the whole history
Issue -
State: closed - Opened by Narvalex about 9 years ago
- 1 comment
Labels: feature
#98 - Handle null config value exception in node factory, to avoid need to guess what happened
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: enhancement
#97 - Get rid off the crud event bus and crud queue
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: enhancement
#96 - Test serialization speed
Issue -
State: closed - Opened by Narvalex about 9 years ago
- 1 comment
Labels: testing
#95 - When polling fails, needs a simple message in tracing that shows that a retry will be performed every [insert interval in seconds here] seconds
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: enhancement, testing
#94 - Improve event source aggregate testing with processor and deserialization capabilities
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: testing
#93 - Enhance polling failure retry monitoring
Issue -
State: closed - Opened by Narvalex about 9 years ago
- 1 comment
Labels: enhancement
#92 - Fix poller bug that always pull all events from 0
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: bug, Critical
#91 - Extend data reader extensions for suppoert returning null values for all types
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: enhancement
#90 - The hearbeat interval should be configurable, maybe in node constructor parameters
Issue -
State: closed - Opened by Narvalex about 9 years ago
- 1 comment
Labels: enhancement
#89 - Instead of showing 'Signal R Client Connected' when refresing node portal, show node status
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: enhancement
#88 - Divide by zero exception when tring to obtain statistics of consumer consumption
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: bug
#87 - An error ocurrs while polling events after the first event happens on source! check out!
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: bug
#86 - Fix bug that makes tracing with signal r shows endlessly "Pushing 0 event/s"
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: bug, Critical
#85 - Heartbeat listener does not stops when critical error happens! Unlike every other service
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: bug
#84 - Fix node tracing issues when services are stopping
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: bug
#83 - Display in tracing when every main FSM starts and stops
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: enhancement
#82 - Implement pollers name, in order to check in tracing pollers name when polling
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: enhancement
#81 - Verify if volatilized longs are justified
Issue -
State: closed - Opened by Narvalex about 9 years ago
- 1 comment
Labels: testing
#79 - Register components in the container as soon as they are available
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: enhancement
#78 - Probar lo de los usuarios. Un bounded context sencillo para probar la seguridad
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: feature
#76 - Add the full overload series for Domain Service component injection in Event Processor (up to 16 overloads)
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: feature
#75 - The subscription table should support canceled subscription. This could be set to preserved temporal subscriptions derived from migragraion.
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: feature
#74 - Check if in the inbox we can filter incoming messages by subscription or in process app (it should be fair easy and pretty straightforward)
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: feature
#73 - Include a timestamp of the event by default in event payload
Issue -
State: closed - Opened by Narvalex about 9 years ago
Labels: enhancement