Do you have outbox/inbox enabled?
https://docs.abp.io/en/abp/latest/Distributed-Event-Bus#outbox-inbox-for-transactional-events
hi
But When I publish the event from Microservice 1, its not aways receiving in Microservice 2. Sometimes its receiving and publishing to Microservice 3.
Both 2 and 3 will receive the same message
3 will ignore the message , and 2 will handle the message.
https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview#topics
Thanks torronea
If there are any other errors, please feel free to give feedback.
hi
Sorry, I missed your messages.
Can you find a way to reproduce this problem in a project?
hi
Can you reproduce this in a new template project? If so what are the steps?
Thanks
hi
Please use FreeTypingNotFoundTemplate.
<Field>
<FieldLabel>
Countries
</FieldLabel>
<Autocomplete
TItem="string"
TValue="string"
Data="@Countries"
TextField="@( ( item ) => item)"
ValueField="@( ( item ) => item)"
@bind-SelectedValue="@SelectedSearchValue"
@bind-SelectedText="@SelectedAutoCompleteText"
Placeholder="Search..."
Filter="AutocompleteFilter.StartsWith"
FreeTyping>
<FreeTypingNotFoundTemplate>
Sorry... @context was not found! : (
</FreeTypingNotFoundTemplate>
</Autocomplete>
</Field>
hi
Can you use English? Thanks
hi
We have not changed any settings of the sql server, it is completely EF Core control.
EF Core will create a new database with some database settings. We haven't made any changes.
See https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-8.0/breaking-changes#high-impact-changes https://www.youtube.com/watch?v=g-6Fs9c5Ryo
It may have many reasons. If you can reproduce it using a template project, please share the steps. Thank you.