content filter

2 posts / 0 new
Last post
Jacob Henry's picture
Offline
Last seen: 7 months 3 weeks ago
Joined: 10/17/2017
Posts: 6
Recording Service - Record Only Valid Samples

I recently noticed that our RTI recording service is recording occasional invalid samples under the NOT_ALIVE_NO_WRITERS_INSTANCE_STATE. SampleInfo valid data is false.

This was first noticed when looking at the recording service metadata.db Files_2_0 table. The first shard of the recording session state that the minimum SampleInfo_source_timstamp was -1000000000.

This is a potential issue for our software.

Organization:
4 posts / 0 new
Last post
Offline
Last seen: 7 years 10 months ago
Joined: 03/22/2016
Posts: 6
Dynamic Change of ContentFilter Expression

hi all!

is there a possibility to change the filter expression(i.e. the logical statement, not only the expression parameters) of a Content Filtered Topic at run time or simply disable the filtering?

Let's say I have topic which is bound to a type containing three int members. How would switching between receiving filtered samples and receiving all samples be achieved?

Thanks for your help,

Pete

2 posts / 0 new
Last post
jcwenger's picture
Offline
Last seen: 3 years 2 weeks ago
Joined: 01/21/2015
Posts: 11
Stateful ContentFilteredTopics?

ContentFilteredTopics seem very appropriate for message / event type data, such as the "news story feed" example provided in the documentation.

However, when used on a topic representing a set of objects, there seems to be no way to affirm that an object with previously received instance samples has since left the filter criteria, and that the previously receieved samples are now inconsistent with the current state of the object.

4 posts / 0 new
Last post
Offline
Last seen: 9 years 10 months ago
Joined: 06/22/2014
Posts: 2
Apply content filter with various number of parameters

Hi,

I have a little question about content filtered topic.

Here is my scenario:

Lets say I have 4 units in my system: A, B, C and D.

Units A, B and C publishing messages to unit D.

Each message has an int field named ID.

A (ID=1), B(ID=2) and C(ID=3).

I am looking for a way to create a content filtered topic and pass it to D's reader in the following way:

D should receive messages from A and C only.

I have created the following content filter expression " (ID=1) AND (ID=3) and it worked.

Organization:
Keywords:
Subscribe to RSS - content filter