Questions tagged [service-fabric-stateful]
222 questions
0
votes
2 answers
Access data globally in stateful service
I'm passing user information as part of each call to a stateful service. I use this information for audit purposes in the service.
Do I have to pass this information around within the service, or is there some other mechanism such as a user context…

Per
- 491
- 6
- 19
0
votes
2 answers
Injecting stateless service in Stateful service in service fabric
I have stateful service that process data in the reliable queue (inside a while loop). The processing of data actually calls a stateless service.
Since a stateless service can move from one node to another, is it safe that I inject this dependency…

alltej
- 6,787
- 10
- 46
- 87
0
votes
2 answers
One call to Service Fabric Reliable Dictionary with multiple keys
My situation:
Stateful Service that houses my reliable dictionary.
Stateless WebAPI to act as an endpoint so my other web applications can communicate with my Stateful Service.
My other web applications are hitting my stateless WebAPI over 5000…

TheSugoiBoi
- 160
- 1
- 13
0
votes
1 answer
Share queue with two or more stateful services within Service Fabric
Is it possible to share a queue between 2 or more stateful services, or do I need to directly call it via tcp/http to put a message on its own internal queue?
For example; say I have my first service that puts an order on a queue based on a…

Kevin Smith
- 13,746
- 4
- 52
- 77
0
votes
1 answer
Securing the Service Fabric Stateless WebAPI Endpoint with Windows Authentication
I'm planning to use Service Fabric as a cache tool for my web applications.
Within Service Fabric, I have:
A stateful application to store my cache objects
A stateless WebAPI application to act as an endpoint for other applications to talk to the…

TheSugoiBoi
- 160
- 1
- 13
0
votes
1 answer
Implications of perform I/O operation inside Service Fabric State Manager Transaction?
I am very new to Service Fabric.
If I open a state manager transaction and inside that if i make a Network I/O ( non-service-fabric web service call) then commit the transaction. Would like to know that issues arises and is there a better way to do…

CGSK
- 43
- 8
0
votes
1 answer
wcfServiceObject:this cannot convert error
The line wcfServiceObject:this gives an error cannot convert from ... to ....
return new[] { new ServiceReplicaListener((context) =>
new WcfCommunicationListener(
wcfServiceObject:this,
…

rotgers
- 1,992
- 1
- 15
- 25
0
votes
1 answer
Troubleshooting ServiceFabric StatefulService Deployment
Working with a stateful service in ServiceFabric version 5.1.163.9590, I am attempting to deploy a demo application with three WebApi services that manage their own state.
Two of the three services start and create their partitions without errors,…

Tetsujin no Oni
- 7,300
- 2
- 29
- 46
-1
votes
1 answer
Packaging on Service fabric Application
I,m trying to deploy Service Fabric application and package it in order to publish it on a server. I Right-Clicked on project in solution Explorer and clicked on Package but there is nothing in ...\pkg\Release but a ApplicationManifest.xml File.
And…

behzad chhizari
- 134
- 1
- 9
-1
votes
1 answer
Multiple StatefulService Replica Listeners of type FabricTransportServiceRemotingListener with named listeners
Basically I want to be able to read from the secondary replicas. So I tried to add another named listener with the listenerOnSecondary parameter on the read-only listener. But SF cannot create instance of this stateful service when deployed…

alltej
- 6,787
- 10
- 46
- 87
-2
votes
1 answer
service fabric reliable collection for product catalog (e-commerce)?
does reliable collection is a good option (query performance, flexible model, etc) for millions of products or i have to see toward nosql database ?
Thanks

ilikesf
- 1
-4
votes
1 answer
Deploy Service Fabric app on Windows 10
Is it possible to run a release/production version of Service Fabric application on a Windows 10 machine?

Shahzad
- 1,677
- 1
- 12
- 25