Gavin (Yan) Chen

Results 8 comments of Gavin (Yan) Chen

We need to add the rate limit response header based on this doc. https://datatracker.ietf.org/doc/html/draft-ietf-httpapi-ratelimit-headers RateLimit-Limit: 10 RateLimit-Remaining: 1 RateLimit-Reset: 7

The fix looks good. I am using this module for one of my project. And as the issue described, if we pass the data-source as below: singletons: - javax.sql.DataSource: com.networknt.db.MysqlDataSource::getDataSource...

mysql 8 image fail since the row size. mysqldb-8.0_1 | ERROR 1118 (42000) at line 82: Row size too large. The maximum row size for the used table type, not...

@archenroot , this is a good topic. BPM engines is fat and slow. But use event driven architecture to handle workflow may have massive volume of event message for complex...

Framework use the annotation to control the service to subscribe particular event type. for example in our sample: @EventEntity(entity="com.networknt.eventuate.account.command.account.Account") public interface AccountEvent extends Event { } The entity is the...

Thanks for the comments. For the Access Restriction to the event store(Kafka), We don't have access control in the framework. I think it will be controlled by bank domain security...

We have one but it is for customer and cannot share it . The link for updated document site is below. Please take a look to see if it is...

The PARTITION_ID is used as attribute name in the message header to indicate the aggregate Id